Html Css Color HEX #9B051D Carmine

📋 copy color: '#9B051D'

red 155 ◦ green 5 ◦ blue 29

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

Shades of Carmine #9B051D

Tints of Carmine #9B051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 82.01%
G = 2.65%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B051D (or 0x9B051D) is known color: Carmine. HEX triplet: 9B, 05 and 1D. RGB value is (155,5,29). Sum of RGB (Red+Green+Blue) = 155+5+29=189 (25% of max value = 765). Red value is 155 (60.94% from 255 or 82.01% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 155 - color contains mainly: red. Hex color #9B051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B051D is #64FAE2. Grayscale: #343434. Windows color (decimal): -6617827 or 1901979. OLE color: 1901979.

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

Color convert

RGB 155 5 29 -
CMYK 0 0.97 0.81 0.39
HSL 350.4º 0.94% 0.31% -
HSV(B) 350.4º 0.97% 0.61% -
XYZ 13.79 7.17 1.82 -
YUV 52.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 155 5 29 0 0.97 0.81 0.39 350.4 0.94 0.31
Hex 9B 5 1D 0 61 51 27 15E 5E 1F
Octal 233 5 35 0 141 121 47 536 136 37
Binary 10011011 101 11101 0 1100001 1010001 100111 101011110 1011110 11111

Color Harmonies of #9B051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B051D

Black with #9B051D

Text Example


Text Example

White with #9B051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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