Html Css Color HEX #9B0215 Carmine

📋 copy color: '#9B0215'

red 155 ◦ green 2 ◦ blue 21

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

Shades of Carmine #9B0215

Tints of Carmine #9B0215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 87.08%
G = 1.12%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B0215 (or 0x9B0215) is known color: Carmine. HEX triplet: 9B, 02 and 15. RGB value is (155,2,21). Sum of RGB (Red+Green+Blue) = 155+2+21=178 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.08% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0215 is #64FDEA. Grayscale: #313131. Windows color (decimal): -6618603 or 1376923. OLE color: 1376923.

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

Color convert

RGB 155 2 21 -
CMYK 0 0.99 0.86 0.39
HSL 352.55º 0.97% 0.31% -
HSV(B) 352.55º 0.99% 0.61% -
XYZ 13.67 7.07 1.35 -
YUV 49.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 155 2 21 0 0.99 0.86 0.39 352.55 0.97 0.31
Hex 9B 2 15 0 63 56 27 161 61 1F
Octal 233 2 25 0 143 126 47 541 141 37
Binary 10011011 10 10101 0 1100011 1010110 100111 101100001 1100001 11111

Color Harmonies of #9B0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0215

Black with #9B0215

Text Example


Text Example

White with #9B0215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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