Html Css Color HEX #9B0512 Carmine

📋 copy color: '#9B0512'

red 155 ◦ green 5 ◦ blue 18

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

Shades of Carmine #9B0512

Tints of Carmine #9B0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 87.08%
G = 2.81%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B0512 (or 0x9B0512) is known color: Carmine. HEX triplet: 9B, 05 and 12. RGB value is (155,5,18). Sum of RGB (Red+Green+Blue) = 155+5+18=178 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.08% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0512 is #64FAED. Grayscale: #333333. Windows color (decimal): -6617838 or 1181083. OLE color: 1181083.

HSL color Cylindrical-coordinate representation of color #9B0512: hue angle of 354.8º degrees, saturation: 0.94, 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 #9B0512 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 18 -
CMYK 0 0.97 0.88 0.39
HSL 354.8º 0.94% 0.31% -
HSV(B) 354.8º 0.97% 0.61% -
XYZ 13.68 7.12 1.23 -
YUV 51.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 155 5 18 0 0.97 0.88 0.39 354.8 0.94 0.31
Hex 9B 5 12 0 61 58 27 163 5E 1F
Octal 233 5 22 0 141 130 47 543 136 37
Binary 10011011 101 10010 0 1100001 1011000 100111 101100011 1011110 11111

Color Harmonies of #9B0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0512

Black with #9B0512

Text Example


Text Example

White with #9B0512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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