Html Css Color HEX #9A2D33 Guardsman Red

📋 copy color: '#9A2D33'

red 154 ◦ green 45 ◦ blue 51

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

Shades of Guardsman Red #9A2D33

Tints of Guardsman Red #9A2D33

RGB

 RED value IS 154 (60.55% from 255) = 61.6%

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

 BLUE value IS 51 (20.31% from 255) = 20.4%

R = 61.6%
G = 18%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#9A2D33 (or 0x9A2D33) is known color: Guardsman Red. HEX triplet: 9A, 2D and 33. RGB value is (154,45,51). Sum of RGB (Red+Green+Blue) = 154+45+51=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2D33 is #65D2CC. Grayscale: #4E4E4E. Windows color (decimal): -6673101 or 3354010. OLE color: 3354010.

HSL color Cylindrical-coordinate representation of color #9A2D33: hue angle of 356.7º 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 #9A2D33 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 45 51 -
CMYK 0 0.71 0.67 0.40
HSL 356.7º 0.55% 0.39% -
HSV(B) 356.7º 0.71% 0.6% -
XYZ 14.86 8.99 4.08 -
YUV 78.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 154 45 51 0 0.71 0.67 0.40 356.7 0.55 0.39
Hex 9A 2D 33 0 47 43 28 165 37 27
Octal 232 55 63 0 107 103 50 545 67 47
Binary 10011010 101101 110011 0 1000111 1000011 101000 101100101 110111 100111

Color Harmonies of #9A2D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2D33

Black with #9A2D33

Text Example


Text Example

White with #9A2D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,45,51); }

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

background-color css

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

 a { background-color: rgb(154,45,51); }

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

border-color css

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

 span { border-color: rgb(154,45,51); }

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