Html Css Color HEX #992D3A Guardsman Red

📋 copy color: '#992D3A'

red 153 ◦ green 45 ◦ blue 58

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

Shades of Guardsman Red #992D3A

Tints of Guardsman Red #992D3A

RGB

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

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

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

R = 59.77%
G = 17.58%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#992D3A (or 0x992D3A) is known color: Guardsman Red. HEX triplet: 99, 2D and 3A. RGB value is (153,45,58). Sum of RGB (Red+Green+Blue) = 153+45+58=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #992D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D3A is #66D2C5. Grayscale: #4E4E4E. Windows color (decimal): -6738630 or 3812761. OLE color: 3812761.

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

Color convert

RGB 153 45 58 -
CMYK 0 0.71 0.62 0.4
HSL 352.78º 0.55% 0.39% -
HSV(B) 352.78º 0.71% 0.6% -
XYZ 14.84 8.95 4.95 -
YUV 78.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 153 45 58 0 0.71 0.62 0.4 352.78 0.55 0.39
Hex 99 2D 3A 0 47 3E 28 161 37 27
Octal 231 55 72 0 107 76 50 541 67 47
Binary 10011001 101101 111010 0 1000111 111110 101000 101100001 110111 100111

Color Harmonies of #992D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D3A

Black with #992D3A

Text Example


Text Example

White with #992D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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