Html Css Color HEX #9B2C35 Guardsman Red

📋 copy color: '#9B2C35'

red 155 ◦ green 44 ◦ blue 53

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

Shades of Guardsman Red #9B2C35

Tints of Guardsman Red #9B2C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.46%

 BLUE value IS 53 (21.09% from 255) = 21.03%

R = 61.51%
G = 17.46%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B2C35 (or 0x9B2C35) is known color: Guardsman Red. HEX triplet: 9B, 2C and 35. RGB value is (155,44,53). Sum of RGB (Red+Green+Blue) = 155+44+53=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2C35 is #64D3CA. Grayscale: #4E4E4E. Windows color (decimal): -6607819 or 3484827. OLE color: 3484827.

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

Color convert

RGB 155 44 53 -
CMYK 0 0.72 0.66 0.39
HSL 355.14º 0.56% 0.39% -
HSV(B) 355.14º 0.72% 0.61% -
XYZ 15.06 9.03 4.32 -
YUV 78.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 155 44 53 0 0.72 0.66 0.39 355.14 0.56 0.39
Hex 9B 2C 35 0 48 42 27 163 38 27
Octal 233 54 65 0 110 102 47 543 70 47
Binary 10011011 101100 110101 0 1001000 1000010 100111 101100011 111000 100111

Color Harmonies of #9B2C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2C35

Black with #9B2C35

Text Example


Text Example

White with #9B2C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,44,53); }

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

background-color css

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

 a { background-color: rgb(155,44,53); }

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

border-color css

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

 span { border-color: rgb(155,44,53); }

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