Html Css Color HEX #992A2B Guardsman Red

📋 copy color: '#992A2B'

red 153 ◦ green 42 ◦ blue 43

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

Shades of Guardsman Red #992A2B

Tints of Guardsman Red #992A2B

RGB

 RED value IS 153 (60.16% from 255) = 64.29%

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

 BLUE value IS 43 (17.19% from 255) = 18.07%

R = 64.29%
G = 17.65%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#992A2B (or 0x992A2B) is known color: Guardsman Red. HEX triplet: 99, 2A and 2B. RGB value is (153,42,43). Sum of RGB (Red+Green+Blue) = 153+42+43=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #992A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A2B is #66D5D4. Grayscale: #4B4B4B. Windows color (decimal): -6739413 or 2828953. OLE color: 2828953.

HSL color Cylindrical-coordinate representation of color #992A2B: hue angle of 359.46º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A2B is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 42 43 -
CMYK 0 0.73 0.72 0.4
HSL 359.46º 0.57% 0.38% -
HSV(B) 359.46º 0.73% 0.6% -
XYZ 14.4 8.6 3.19 -
YUV 75.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 153 42 43 0 0.73 0.72 0.4 359.46 0.57 0.38
Hex 99 2A 2B 0 49 48 28 167 39 26
Octal 231 52 53 0 111 110 50 547 71 46
Binary 10011001 101010 101011 0 1001001 1001000 101000 101100111 111001 100110

Color Harmonies of #992A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A2B

Black with #992A2B

Text Example


Text Example

White with #992A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992A2B; }

 p { color: rgb(153,42,43); }

 H1.HeaderClassName
 {
   color: #992A2B;
 }
 .AnyTagClassName
 {
   color: #992A2B;
 }
</style>

background-color css

<style>
 a { background-color: #992A2B; }

 a { background-color: rgb(153,42,43); }

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

border-color css

<style>
 span { border-color: #992A2B; }

 span { border-color: rgb(153,42,43); }

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