Html Css Color HEX #9B2C2E Guardsman Red

📋 copy color: '#9B2C2E'

red 155 ◦ green 44 ◦ blue 46

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

Shades of Guardsman Red #9B2C2E

Tints of Guardsman Red #9B2C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 63.27%
G = 17.96%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B2C2E (or 0x9B2C2E) is known color: Guardsman Red. HEX triplet: 9B, 2C and 2E. RGB value is (155,44,46). Sum of RGB (Red+Green+Blue) = 155+44+46=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2C2E is #64D3D1. Grayscale: #4D4D4D. Windows color (decimal): -6607826 or 3026075. OLE color: 3026075.

HSL color Cylindrical-coordinate representation of color #9B2C2E: hue angle of 358.92º 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 #9B2C2E is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 44 46 -
CMYK 0 0.72 0.70 0.39
HSL 358.92º 0.56% 0.39% -
HSV(B) 358.92º 0.72% 0.61% -
XYZ 14.91 8.97 3.53 -
YUV 77.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 155 44 46 0 0.72 0.70 0.39 358.92 0.56 0.39
Hex 9B 2C 2E 0 48 46 27 167 38 27
Octal 233 54 56 0 110 106 47 547 70 47
Binary 10011011 101100 101110 0 1001000 1000110 100111 101100111 111000 100111

Color Harmonies of #9B2C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2C2E

Black with #9B2C2E

Text Example


Text Example

White with #9B2C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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