Html Css Color HEX #9B1520 Carmine

📋 copy color: '#9B1520'

red 155 ◦ green 21 ◦ blue 32

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

Shades of Carmine #9B1520

Tints of Carmine #9B1520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 74.52%
G = 10.1%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B1520 (or 0x9B1520) is known color: Carmine. HEX triplet: 9B, 15 and 20. RGB value is (155,21,32). Sum of RGB (Red+Green+Blue) = 155+21+32=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1520 is #64EADF. Grayscale: #3E3E3E. Windows color (decimal): -6613728 or 2102683. OLE color: 2102683.

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

Color convert

RGB 155 21 32 -
CMYK 0 0.86 0.79 0.39
HSL 355.07º 0.76% 0.35% -
HSV(B) 355.07º 0.86% 0.61% -
XYZ 14.05 7.61 2.09 -
YUV 62.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 155 21 32 0 0.86 0.79 0.39 355.07 0.76 0.35
Hex 9B 15 20 0 56 4F 27 163 4C 23
Octal 233 25 40 0 126 117 47 543 114 43
Binary 10011011 10101 100000 0 1010110 1001111 100111 101100011 1001100 100011

Color Harmonies of #9B1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1520

Black with #9B1520

Text Example


Text Example

White with #9B1520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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