Html Css Color HEX #992D37 Guardsman Red

📋 copy color: '#992D37'

red 153 ◦ green 45 ◦ blue 55

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

Shades of Guardsman Red #992D37

Tints of Guardsman Red #992D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.79%

 BLUE value IS 55 (21.88% from 255) = 21.74%

R = 60.47%
G = 17.79%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#992D37 (or 0x992D37) is known color: Guardsman Red. HEX triplet: 99, 2D and 37. RGB value is (153,45,55). Sum of RGB (Red+Green+Blue) = 153+45+55=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #992D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D37 is #66D2C8. Grayscale: #4E4E4E. Windows color (decimal): -6738633 or 3616153. OLE color: 3616153.

HSL color Cylindrical-coordinate representation of color #992D37: hue angle of 354.44º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D37 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 45 55 -
CMYK 0 0.71 0.64 0.4
HSL 354.44º 0.55% 0.39% -
HSV(B) 354.44º 0.71% 0.6% -
XYZ 14.76 8.92 4.56 -
YUV 78.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 153 45 55 0 0.71 0.64 0.4 354.44 0.55 0.39
Hex 99 2D 37 0 47 40 28 162 37 27
Octal 231 55 67 0 107 100 50 542 67 47
Binary 10011001 101101 110111 0 1000111 1000000 101000 101100010 110111 100111

Color Harmonies of #992D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D37

Black with #992D37

Text Example


Text Example

White with #992D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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