Html Css Color HEX #9B151F Carmine

📋 copy color: '#9B151F'

red 155 ◦ green 21 ◦ blue 31

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

Shades of Carmine #9B151F

Tints of Carmine #9B151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

 BLUE value IS 31 (12.5% from 255) = 14.98%

R = 74.88%
G = 10.14%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B151F (or 0x9B151F) is known color: Carmine. HEX triplet: 9B, 15 and 1F. RGB value is (155,21,31). Sum of RGB (Red+Green+Blue) = 155+21+31=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B151F is #64EAE0. Grayscale: #3E3E3E. Windows color (decimal): -6613729 or 2037147. OLE color: 2037147.

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

Color convert

RGB 155 21 31 -
CMYK 0 0.86 0.8 0.39
HSL 355.52º 0.76% 0.35% -
HSV(B) 355.52º 0.86% 0.61% -
XYZ 14.03 7.6 2.02 -
YUV 62.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 155 21 31 0 0.86 0.8 0.39 355.52 0.76 0.35
Hex 9B 15 1F 0 56 50 27 164 4C 23
Octal 233 25 37 0 126 120 47 544 114 43
Binary 10011011 10101 11111 0 1010110 1010000 100111 101100100 1001100 100011

Color Harmonies of #9B151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B151F

Black with #9B151F

Text Example


Text Example

White with #9B151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,21,31); }

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

background-color css

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

 a { background-color: rgb(155,21,31); }

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

border-color css

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

 span { border-color: rgb(155,21,31); }

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