Html Css Color HEX #9B2A2C Guardsman Red

📋 copy color: '#9B2A2C'

red 155 ◦ green 42 ◦ blue 44

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

Shades of Guardsman Red #9B2A2C

Tints of Guardsman Red #9B2A2C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 64.32%
G = 17.43%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B2A2C (or 0x9B2A2C) is known color: Guardsman Red. HEX triplet: 9B, 2A and 2C. RGB value is (155,42,44). Sum of RGB (Red+Green+Blue) = 155+42+44=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A2C is #64D5D3. Grayscale: #4C4C4C. Windows color (decimal): -6608340 or 2894491. OLE color: 2894491.

HSL color Cylindrical-coordinate representation of color #9B2A2C: hue angle of 358.94º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B2A2C is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 42 44 -
CMYK 0 0.73 0.72 0.39
HSL 358.94º 0.57% 0.39% -
HSV(B) 358.94º 0.73% 0.61% -
XYZ 14.8 8.81 3.3 -
YUV 76.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 155 42 44 0 0.73 0.72 0.39 358.94 0.57 0.39
Hex 9B 2A 2C 0 49 48 27 167 39 27
Octal 233 52 54 0 111 110 47 547 71 47
Binary 10011011 101010 101100 0 1001001 1001000 100111 101100111 111001 100111

Color Harmonies of #9B2A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2A2C

Black with #9B2A2C

Text Example


Text Example

White with #9B2A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,42,44); }

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

background-color css

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

 a { background-color: rgb(155,42,44); }

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

border-color css

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

 span { border-color: rgb(155,42,44); }

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