Html Css Color HEX #9E2D30 Guardsman Red

📋 copy color: '#9E2D30'

red 158 ◦ green 45 ◦ blue 48

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

Shades of Guardsman Red #9E2D30

Tints of Guardsman Red #9E2D30

RGB

 RED value IS 158 (62.11% from 255) = 62.95%

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

 BLUE value IS 48 (19.14% from 255) = 19.12%

R = 62.95%
G = 17.93%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9E2D30 (or 0x9E2D30) is known color: Guardsman Red. HEX triplet: 9E, 2D and 30. RGB value is (158,45,48). Sum of RGB (Red+Green+Blue) = 158+45+48=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2D30 is #61D2CF. Grayscale: #4F4F4F. Windows color (decimal): -6410960 or 3157406. OLE color: 3157406.

HSL color Cylindrical-coordinate representation of color #9E2D30: hue angle of 358.41º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2D30 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 45 48 -
CMYK 0 0.72 0.70 0.38
HSL 358.41º 0.56% 0.4% -
HSV(B) 358.41º 0.72% 0.62% -
XYZ 15.57 9.36 3.78 -
YUV 79.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 158 45 48 0 0.72 0.70 0.38 358.41 0.56 0.4
Hex 9E 2D 30 0 48 46 26 166 38 28
Octal 236 55 60 0 110 106 46 546 70 50
Binary 10011110 101101 110000 0 1001000 1000110 100110 101100110 111000 101000

Color Harmonies of #9E2D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2D30

Black with #9E2D30

Text Example


Text Example

White with #9E2D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E2D30; }

 p { color: rgb(158,45,48); }

 H1.HeaderClassName
 {
   color: #9E2D30;
 }
 .AnyTagClassName
 {
   color: #9E2D30;
 }
</style>

background-color css

<style>
 a { background-color: #9E2D30; }

 a { background-color: rgb(158,45,48); }

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

border-color css

<style>
 span { border-color: #9E2D30; }

 span { border-color: rgb(158,45,48); }

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