Html Css Color HEX #9B0F14 Carmine

📋 copy color: '#9B0F14'

red 155 ◦ green 15 ◦ blue 20

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

Shades of Carmine #9B0F14

Tints of Carmine #9B0F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.89%

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

R = 81.58%
G = 7.89%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B0F14 (or 0x9B0F14) is known color: Carmine. HEX triplet: 9B, 0F and 14. RGB value is (155,15,20). Sum of RGB (Red+Green+Blue) = 155+15+20=190 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.58% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0F14 is #64F0EB. Grayscale: #393939. Windows color (decimal): -6615276 or 1314715. OLE color: 1314715.

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

Color convert

RGB 155 15 20 -
CMYK 0 0.90 0.87 0.39
HSL 357.86º 0.82% 0.33% -
HSV(B) 357.86º 0.9% 0.61% -
XYZ 13.81 7.36 1.35 -
YUV 57.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 155 15 20 0 0.90 0.87 0.39 357.86 0.82 0.33
Hex 9B F 14 0 5A 57 27 166 52 21
Octal 233 17 24 0 132 127 47 546 122 41
Binary 10011011 1111 10100 0 1011010 1010111 100111 101100110 1010010 100001

Color Harmonies of #9B0F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F14

Black with #9B0F14

Text Example


Text Example

White with #9B0F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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