Html Css Color HEX #9B0515 Carmine

📋 copy color: '#9B0515'

red 155 ◦ green 5 ◦ blue 21

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

Shades of Carmine #9B0515

Tints of Carmine #9B0515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 85.64%
G = 2.76%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B0515 (or 0x9B0515) is known color: Carmine. HEX triplet: 9B, 05 and 15. RGB value is (155,5,21). Sum of RGB (Red+Green+Blue) = 155+5+21=181 (23% of max value = 765). Red value is 155 (60.94% from 255 or 85.64% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0515 is #64FAEA. Grayscale: #333333. Windows color (decimal): -6617835 or 1377691. OLE color: 1377691.

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

Color convert

RGB 155 5 21 -
CMYK 0 0.97 0.86 0.39
HSL 353.6º 0.94% 0.31% -
HSV(B) 353.6º 0.97% 0.61% -
XYZ 13.71 7.13 1.36 -
YUV 51.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 155 5 21 0 0.97 0.86 0.39 353.6 0.94 0.31
Hex 9B 5 15 0 61 56 27 162 5E 1F
Octal 233 5 25 0 141 126 47 542 136 37
Binary 10011011 101 10101 0 1100001 1010110 100111 101100010 1011110 11111

Color Harmonies of #9B0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0515

Black with #9B0515

Text Example


Text Example

White with #9B0515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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