Html Css Color HEX #9B0024 Carmine

📋 copy color: '#9B0024'

red 155 ◦ green 0 ◦ blue 36

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

Shades of Carmine #9B0024

Tints of Carmine #9B0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 18.85%

R = 81.15%
G = 0%
B = 18.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B0024 (or 0x9B0024) is known color: Carmine. HEX triplet: 9B, 00 and 24. RGB value is (155,0,36). Sum of RGB (Red+Green+Blue) = 155+0+36=191 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.15% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0024 is #64FFDB. Grayscale: #323232. Windows color (decimal): -6619100 or 2359451. OLE color: 2359451.

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

Color convert

RGB 155 0 36 -
CMYK 0 1 0.77 0.39
HSL 346.06º 1% 0.3% -
HSV(B) 346.06º 1% 0.61% -
XYZ 13.84 7.1 2.31 -
YUV 50.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 155 0 36 0 1 0.77 0.39 346.06 1 0.3
Hex 9B 0 24 0 64 4D 27 15A 64 1E
Octal 233 0 44 0 144 115 47 532 144 36
Binary 10011011 0 100100 0 1100100 1001101 100111 101011010 1100100 11110

Color Harmonies of #9B0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0024

Black with #9B0024

Text Example


Text Example

White with #9B0024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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