Html Css Color HEX #9B0A12 Carmine

📋 copy color: '#9B0A12'

red 155 ◦ green 10 ◦ blue 18

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

Shades of Carmine #9B0A12

Tints of Carmine #9B0A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.46%

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 84.7%
G = 5.46%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B0A12 (or 0x9B0A12) is known color: Carmine. HEX triplet: 9B, 0A and 12. RGB value is (155,10,18). Sum of RGB (Red+Green+Blue) = 155+10+18=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0A12 is #64F5ED. Grayscale: #363636. Windows color (decimal): -6616558 or 1182363. OLE color: 1182363.

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

Color convert

RGB 155 10 18 -
CMYK 0 0.94 0.88 0.39
HSL 356.69º 0.88% 0.32% -
HSV(B) 356.69º 0.94% 0.61% -
XYZ 13.74 7.23 1.24 -
YUV 54.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 155 10 18 0 0.94 0.88 0.39 356.69 0.88 0.32
Hex 9B A 12 0 5E 58 27 165 58 20
Octal 233 12 22 0 136 130 47 545 130 40
Binary 10011011 1010 10010 0 1011110 1011000 100111 101100101 1011000 100000

Color Harmonies of #9B0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0A12

Black with #9B0A12

Text Example


Text Example

White with #9B0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,10,18); }

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

background-color css

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

 a { background-color: rgb(155,10,18); }

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

border-color css

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

 span { border-color: rgb(155,10,18); }

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