Html Css Color HEX #992F3A Guardsman Red

📋 copy color: '#992F3A'

red 153 ◦ green 47 ◦ blue 58

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

Shades of Guardsman Red #992F3A

Tints of Guardsman Red #992F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.22%

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 59.3%
G = 18.22%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#992F3A (or 0x992F3A) is known color: Guardsman Red. HEX triplet: 99, 2F and 3A. RGB value is (153,47,58). Sum of RGB (Red+Green+Blue) = 153+47+58=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #992F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F3A is #66D0C5. Grayscale: #505050. Windows color (decimal): -6738118 or 3813273. OLE color: 3813273.

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

Color convert

RGB 153 47 58 -
CMYK 0 0.69 0.62 0.4
HSL 353.77º 0.53% 0.39% -
HSV(B) 353.77º 0.69% 0.6% -
XYZ 14.92 9.11 4.98 -
YUV 79.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 153 47 58 0 0.69 0.62 0.4 353.77 0.53 0.39
Hex 99 2F 3A 0 45 3E 28 162 35 27
Octal 231 57 72 0 105 76 50 542 65 47
Binary 10011001 101111 111010 0 1000101 111110 101000 101100010 110101 100111

Color Harmonies of #992F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992F3A

Black with #992F3A

Text Example


Text Example

White with #992F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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