Html Css Color HEX #992A2D Guardsman Red

📋 copy color: '#992A2D'

red 153 ◦ green 42 ◦ blue 45

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

Shades of Guardsman Red #992A2D

Tints of Guardsman Red #992A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 63.75%
G = 17.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#992A2D (or 0x992A2D) is known color: Guardsman Red. HEX triplet: 99, 2A and 2D. RGB value is (153,42,45). Sum of RGB (Red+Green+Blue) = 153+42+45=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #992A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A2D is #66D5D2. Grayscale: #4B4B4B. Windows color (decimal): -6739411 or 2960025. OLE color: 2960025.

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

Color convert

RGB 153 42 45 -
CMYK 0 0.73 0.71 0.4
HSL 358.38º 0.57% 0.38% -
HSV(B) 358.38º 0.73% 0.6% -
XYZ 14.44 8.62 3.39 -
YUV 75.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 153 42 45 0 0.73 0.71 0.4 358.38 0.57 0.38
Hex 99 2A 2D 0 49 47 28 166 39 26
Octal 231 52 55 0 111 107 50 546 71 46
Binary 10011001 101010 101101 0 1001001 1000111 101000 101100110 111001 100110

Color Harmonies of #992A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A2D

Black with #992A2D

Text Example


Text Example

White with #992A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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