Html Css Color HEX #9B2A30 Guardsman Red

📋 copy color: '#9B2A30'

red 155 ◦ green 42 ◦ blue 48

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

Shades of Guardsman Red #9B2A30

Tints of Guardsman Red #9B2A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.14%

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

R = 63.27%
G = 17.14%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B2A30 (or 0x9B2A30) is known color: Guardsman Red. HEX triplet: 9B, 2A and 30. RGB value is (155,42,48). Sum of RGB (Red+Green+Blue) = 155+42+48=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A30 is #64D5CF. Grayscale: #4C4C4C. Windows color (decimal): -6608336 or 3156635. OLE color: 3156635.

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

Color convert

RGB 155 42 48 -
CMYK 0 0.73 0.69 0.39
HSL 356.81º 0.57% 0.39% -
HSV(B) 356.81º 0.73% 0.61% -
XYZ 14.88 8.84 3.72 -
YUV 76.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 155 42 48 0 0.73 0.69 0.39 356.81 0.57 0.39
Hex 9B 2A 30 0 49 45 27 165 39 27
Octal 233 52 60 0 111 105 47 545 71 47
Binary 10011011 101010 110000 0 1001001 1000101 100111 101100101 111001 100111

Color Harmonies of #9B2A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2A30

Black with #9B2A30

Text Example


Text Example

White with #9B2A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,42,48); }

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

background-color css

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

 a { background-color: rgb(155,42,48); }

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

border-color css

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

 span { border-color: rgb(155,42,48); }

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