Html Css Color HEX #9B2D33 Guardsman Red

📋 copy color: '#9B2D33'

red 155 ◦ green 45 ◦ blue 51

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

Shades of Guardsman Red #9B2D33

Tints of Guardsman Red #9B2D33

RGB

 RED value IS 155 (60.94% from 255) = 61.75%

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

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

R = 61.75%
G = 17.93%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9B2D33 (or 0x9B2D33) is known color: Guardsman Red. HEX triplet: 9B, 2D and 33. RGB value is (155,45,51). Sum of RGB (Red+Green+Blue) = 155+45+51=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D33 is #64D2CC. Grayscale: #4E4E4E. Windows color (decimal): -6607565 or 3354011. OLE color: 3354011.

HSL color Cylindrical-coordinate representation of color #9B2D33: hue angle of 356.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D33 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 45 51 -
CMYK 0 0.71 0.67 0.39
HSL 356.73º 0.55% 0.39% -
HSV(B) 356.73º 0.71% 0.61% -
XYZ 15.05 9.08 4.09 -
YUV 78.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 155 45 51 0 0.71 0.67 0.39 356.73 0.55 0.39
Hex 9B 2D 33 0 47 43 27 165 37 27
Octal 233 55 63 0 107 103 47 545 67 47
Binary 10011011 101101 110011 0 1000111 1000011 100111 101100101 110111 100111

Color Harmonies of #9B2D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2D33

Black with #9B2D33

Text Example


Text Example

White with #9B2D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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