Html Css Color HEX #9B1518 Carmine

📋 copy color: '#9B1518'

red 155 ◦ green 21 ◦ blue 24

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

Shades of Carmine #9B1518

Tints of Carmine #9B1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

 BLUE value IS 24 (9.77% from 255) = 12%

R = 77.5%
G = 10.5%
B = 12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B1518 (or 0x9B1518) is known color: Carmine. HEX triplet: 9B, 15 and 18. RGB value is (155,21,24). Sum of RGB (Red+Green+Blue) = 155+21+24=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1518 is #64EAE7. Grayscale: #3D3D3D. Windows color (decimal): -6613736 or 1578395. OLE color: 1578395.

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

Color convert

RGB 155 21 24 -
CMYK 0 0.86 0.85 0.39
HSL 358.66º 0.76% 0.35% -
HSV(B) 358.66º 0.86% 0.61% -
XYZ 13.95 7.57 1.59 -
YUV 61.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 155 21 24 0 0.86 0.85 0.39 358.66 0.76 0.35
Hex 9B 15 18 0 56 55 27 167 4C 23
Octal 233 25 30 0 126 125 47 547 114 43
Binary 10011011 10101 11000 0 1010110 1010101 100111 101100111 1001100 100011

Color Harmonies of #9B1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1518

Black with #9B1518

Text Example


Text Example

White with #9B1518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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