#9b2428

Color #9B2428 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9B2428

Tints of Bright Red #9B2428

Color information

#9B2428 (or 0x9B2428) is unknown color: approx Bright Red. HEX triplet: 9B, 24 and 28. RGB value is (155,36,40). Sum of RGB (Red+Green+Blue) = 155+36+40=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2428 is #64DBD7. Grayscale: #484848. Windows color (decimal): -6609880 or 2630811. OLE color: 2630811.

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

Color convert

RGB1553640-
CMYK00.770.740.39
HSL357.98º62.3%37.45%-
HSV(B)357.98º76.77%60.78%-
XYZ14.538.382.86-
YUV72.04109.92187.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.10%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=67.10%
G=15.58%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155364000.770.740.39357.9862.337.45
Hex9B242804D4A271663e25
Octal23344500115112475467645
Binary10011011100100101000010011011001010100111101100110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9b2428;
 }
 .AnyTagClassName
 {
   color: #9b2428;
 }
</style>
background-color css

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

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

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

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

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

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