Html Css Color HEX #9B2729 Guardsman Red

📋 copy color: '#9B2729'

red 155 ◦ green 39 ◦ blue 41

#9B2729
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #9B2729

Tints of Guardsman Red #9B2729

RGB

 RED value IS 155 (60.94% from 255) = 65.96%

 GREEN value IS 39 (15.63% from 255) = 16.6%

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 65.96%
G = 16.6%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9B2729 (or 0x9B2729) is known color: Guardsman Red. HEX triplet: 9B, 27 and 29. RGB value is (155,39,41). Sum of RGB (Red+Green+Blue) = 155+39+41=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2729 is #64D8D6. Grayscale: #4A4A4A. Windows color (decimal): -6609111 or 2697115. OLE color: 2697115.

HSL color Cylindrical-coordinate representation of color #9B2729: hue angle of 358.97º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2729 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 39 41 -
CMYK 0 0.75 0.74 0.39
HSL 358.97º 0.6% 0.38% -
HSV(B) 358.97º 0.75% 0.61% -
XYZ 14.64 8.58 2.98 -
YUV 73.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 155 39 41 0 0.75 0.74 0.39 358.97 0.6 0.38
Hex 9B 27 29 0 4B 4A 27 167 3C 26
Octal 233 47 51 0 113 112 47 547 74 46
Binary 10011011 100111 101001 0 1001011 1001010 100111 101100111 111100 100110

Color Harmonies of #9B2729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2729

Black with #9B2729

Text Example


Text Example

White with #9B2729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B2729; }

 p { color: rgb(155,39,41); }

 H1.HeaderClassName
 {
   color: #9B2729;
 }
 .AnyTagClassName
 {
   color: #9B2729;
 }
</style>

background-color css

<style>
 a { background-color: #9B2729; }

 a { background-color: rgb(155,39,41); }

 div.DivClassName
 {
   background-color: #9B2729;
 }
 .BgClassName
 {
   background-color: #9B2729;
 }
</style>

border-color css

<style>
 span { border-color: #9B2729; }

 span { border-color: rgb(155,39,41); }

 td.TdClassName
 {
   border-color: #9B2729;
 }
 .TagClassName
 {
   border-color: #9B2729;
 }
</style>