Html Css Color HEX #9B051F Carmine

📋 copy color: '#9B051F'

red 155 ◦ green 5 ◦ blue 31

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

Shades of Carmine #9B051F

Tints of Carmine #9B051F

RGB

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

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

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

R = 81.15%
G = 2.62%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B051F (or 0x9B051F) is known color: Carmine. HEX triplet: 9B, 05 and 1F. RGB value is (155,5,31). Sum of RGB (Red+Green+Blue) = 155+5+31=191 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.15% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 155 - color contains mainly: red. Hex color #9B051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B051F is #64FAE0. Grayscale: #343434. Windows color (decimal): -6617825 or 2033051. OLE color: 2033051.

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

Color convert

RGB 155 5 31 -
CMYK 0 0.97 0.8 0.39
HSL 349.6º 0.94% 0.31% -
HSV(B) 349.6º 0.97% 0.61% -
XYZ 13.82 7.18 1.95 -
YUV 52.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 155 5 31 0 0.97 0.8 0.39 349.6 0.94 0.31
Hex 9B 5 1F 0 61 50 27 15E 5E 1F
Octal 233 5 37 0 141 120 47 536 136 37
Binary 10011011 101 11111 0 1100001 1010000 100111 101011110 1011110 11111

Color Harmonies of #9B051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B051F

Black with #9B051F

Text Example


Text Example

White with #9B051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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