Html Css Color HEX #9B2425 Guardsman Red

📋 copy color: '#9B2425'

red 155 ◦ green 36 ◦ blue 37

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

Shades of Guardsman Red #9B2425

Tints of Guardsman Red #9B2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

 BLUE value IS 37 (14.84% from 255) = 16.23%

R = 67.98%
G = 15.79%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B2425 (or 0x9B2425) is known color: Guardsman Red. HEX triplet: 9B, 24 and 25. RGB value is (155,36,37). Sum of RGB (Red+Green+Blue) = 155+36+37=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2425 is #64DBDA. Grayscale: #474747. Windows color (decimal): -6609883 or 2434203. OLE color: 2434203.

HSL color Cylindrical-coordinate representation of color #9B2425: hue angle of 359.5º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2425 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 36 37 -
CMYK 0 0.77 0.76 0.39
HSL 359.5º 0.62% 0.37% -
HSV(B) 359.5º 0.77% 0.61% -
XYZ 14.48 8.36 2.6 -
YUV 71.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 155 36 37 0 0.77 0.76 0.39 359.5 0.62 0.37
Hex 9B 24 25 0 4D 4C 27 167 3E 25
Octal 233 44 45 0 115 114 47 547 76 45
Binary 10011011 100100 100101 0 1001101 1001100 100111 101100111 111110 100101

Color Harmonies of #9B2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2425

Black with #9B2425

Text Example


Text Example

White with #9B2425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,37); }

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

background-color css

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

 a { background-color: rgb(155,36,37); }

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

border-color css

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

 span { border-color: rgb(155,36,37); }

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