Html Css Color HEX #992A2E Guardsman Red

📋 copy color: '#992A2E'

red 153 ◦ green 42 ◦ blue 46

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

Shades of Guardsman Red #992A2E

Tints of Guardsman Red #992A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 63.49%
G = 17.43%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#992A2E (or 0x992A2E) is known color: Guardsman Red. HEX triplet: 99, 2A and 2E. RGB value is (153,42,46). Sum of RGB (Red+Green+Blue) = 153+42+46=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #992A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A2E is #66D5D1. Grayscale: #4B4B4B. Windows color (decimal): -6739410 or 3025561. OLE color: 3025561.

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

Color convert

RGB 153 42 46 -
CMYK 0 0.73 0.70 0.4
HSL 357.84º 0.57% 0.38% -
HSV(B) 357.84º 0.73% 0.6% -
XYZ 14.46 8.63 3.49 -
YUV 75.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 153 42 46 0 0.73 0.70 0.4 357.84 0.57 0.38
Hex 99 2A 2E 0 49 46 28 166 39 26
Octal 231 52 56 0 111 106 50 546 71 46
Binary 10011001 101010 101110 0 1001001 1000110 101000 101100110 111001 100110

Color Harmonies of #992A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A2E

Black with #992A2E

Text Example


Text Example

White with #992A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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