Html Css Color HEX #992A2F Guardsman Red

📋 copy color: '#992A2F'

red 153 ◦ green 42 ◦ blue 47

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

Shades of Guardsman Red #992A2F

Tints of Guardsman Red #992A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 63.22%
G = 17.36%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#992A2F (or 0x992A2F) is known color: Guardsman Red. HEX triplet: 99, 2A and 2F. RGB value is (153,42,47). Sum of RGB (Red+Green+Blue) = 153+42+47=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #992A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A2F is #66D5D0. Grayscale: #4B4B4B. Windows color (decimal): -6739409 or 3091097. OLE color: 3091097.

HSL color Cylindrical-coordinate representation of color #992A2F: hue angle of 357.3º 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 #992A2F is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 42 47 -
CMYK 0 0.73 0.69 0.4
HSL 357.3º 0.57% 0.38% -
HSV(B) 357.3º 0.73% 0.6% -
XYZ 14.48 8.63 3.59 -
YUV 75.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 153 42 47 0 0.73 0.69 0.4 357.3 0.57 0.38
Hex 99 2A 2F 0 49 45 28 165 39 26
Octal 231 52 57 0 111 105 50 545 71 46
Binary 10011001 101010 101111 0 1001001 1000101 101000 101100101 111001 100110

Color Harmonies of #992A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A2F

Black with #992A2F

Text Example


Text Example

White with #992A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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