Html Css Color HEX #9B0418 Carmine

📋 copy color: '#9B0418'

red 155 ◦ green 4 ◦ blue 24

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

Shades of Carmine #9B0418

Tints of Carmine #9B0418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

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

R = 84.7%
G = 2.19%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B0418 (or 0x9B0418) is known color: Carmine. HEX triplet: 9B, 04 and 18. RGB value is (155,4,24). Sum of RGB (Red+Green+Blue) = 155+4+24=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0418 is #64FBE7. Grayscale: #333333. Windows color (decimal): -6618088 or 1574043. OLE color: 1574043.

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

Color convert

RGB 155 4 24 -
CMYK 0 0.97 0.85 0.39
HSL 352.05º 0.95% 0.31% -
HSV(B) 352.05º 0.97% 0.61% -
XYZ 13.73 7.12 1.52 -
YUV 51.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 155 4 24 0 0.97 0.85 0.39 352.05 0.95 0.31
Hex 9B 4 18 0 61 55 27 160 5F 1F
Octal 233 4 30 0 141 125 47 540 137 37
Binary 10011011 100 11000 0 1100001 1010101 100111 101100000 1011111 11111

Color Harmonies of #9B0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0418

Black with #9B0418

Text Example


Text Example

White with #9B0418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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