Html Css Color HEX #9B1819 Carmine

📋 copy color: '#9B1819'

red 155 ◦ green 24 ◦ blue 25

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

Shades of Carmine #9B1819

Tints of Carmine #9B1819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 75.98%
G = 11.76%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B1819 (or 0x9B1819) is known color: Carmine. HEX triplet: 9B, 18 and 19. RGB value is (155,24,25). Sum of RGB (Red+Green+Blue) = 155+24+25=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1819 is #64E7E6. Grayscale: #3F3F3F. Windows color (decimal): -6612967 or 1644699. OLE color: 1644699.

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

Color convert

RGB 155 24 25 -
CMYK 0 0.85 0.84 0.39
HSL 359.54º 0.73% 0.35% -
HSV(B) 359.54º 0.85% 0.61% -
XYZ 14.02 7.69 1.67 -
YUV 63.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 155 24 25 0 0.85 0.84 0.39 359.54 0.73 0.35
Hex 9B 18 19 0 55 54 27 168 49 23
Octal 233 30 31 0 125 124 47 550 111 43
Binary 10011011 11000 11001 0 1010101 1010100 100111 101101000 1001001 100011

Color Harmonies of #9B1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1819

Black with #9B1819

Text Example


Text Example

White with #9B1819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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