Html Css Color HEX #9B1820 Bright Red

📋 copy color: '#9B1820'

red 155 ◦ green 24 ◦ blue 32

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

Shades of Bright Red #9B1820

Tints of Bright Red #9B1820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 73.46%
G = 11.37%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B1820 (or 0x9B1820) is known color: Bright Red. HEX triplet: 9B, 18 and 20. RGB value is (155,24,32). Sum of RGB (Red+Green+Blue) = 155+24+32=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1820 is #64E7DF. Grayscale: #404040. Windows color (decimal): -6612960 or 2103451. OLE color: 2103451.

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

Color convert

RGB 155 24 32 -
CMYK 0 0.85 0.79 0.39
HSL 356.34º 0.73% 0.35% -
HSV(B) 356.34º 0.85% 0.61% -
XYZ 14.1 7.73 2.11 -
YUV 64.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 155 24 32 0 0.85 0.79 0.39 356.34 0.73 0.35
Hex 9B 18 20 0 55 4F 27 164 49 23
Octal 233 30 40 0 125 117 47 544 111 43
Binary 10011011 11000 100000 0 1010101 1001111 100111 101100100 1001001 100011

Color Harmonies of #9B1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1820

Black with #9B1820

Text Example


Text Example

White with #9B1820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,24,32); }

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

background-color css

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

 a { background-color: rgb(155,24,32); }

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

border-color css

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

 span { border-color: rgb(155,24,32); }

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