Html Css Color HEX #9B0C14 Carmine

📋 copy color: '#9B0C14'

red 155 ◦ green 12 ◦ blue 20

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

Shades of Carmine #9B0C14

Tints of Carmine #9B0C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 82.89%
G = 6.42%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B0C14 (or 0x9B0C14) is known color: Carmine. HEX triplet: 9B, 0C and 14. RGB value is (155,12,20). Sum of RGB (Red+Green+Blue) = 155+12+20=187 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.89% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0C14 is #64F3EB. Grayscale: #373737. Windows color (decimal): -6616044 or 1313947. OLE color: 1313947.

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

Color convert

RGB 155 12 20 -
CMYK 0 0.92 0.87 0.39
HSL 356.64º 0.86% 0.33% -
HSV(B) 356.64º 0.92% 0.61% -
XYZ 13.78 7.28 1.34 -
YUV 55.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 155 12 20 0 0.92 0.87 0.39 356.64 0.86 0.33
Hex 9B C 14 0 5C 57 27 165 56 21
Octal 233 14 24 0 134 127 47 545 126 41
Binary 10011011 1100 10100 0 1011100 1010111 100111 101100101 1010110 100001

Color Harmonies of #9B0C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0C14

Black with #9B0C14

Text Example


Text Example

White with #9B0C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,12,20); }

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

background-color css

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

 a { background-color: rgb(155,12,20); }

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

border-color css

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

 span { border-color: rgb(155,12,20); }

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