Html Css Color HEX #9B151C Carmine

📋 copy color: '#9B151C'

red 155 ◦ green 21 ◦ blue 28

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

Shades of Carmine #9B151C

Tints of Carmine #9B151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 75.98%
G = 10.29%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B151C (or 0x9B151C) is known color: Carmine. HEX triplet: 9B, 15 and 1C. RGB value is (155,21,28). Sum of RGB (Red+Green+Blue) = 155+21+28=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B151C is #64EAE3. Grayscale: #3D3D3D. Windows color (decimal): -6613732 or 1840539. OLE color: 1840539.

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

Color convert

RGB 155 21 28 -
CMYK 0 0.86 0.82 0.39
HSL 356.87º 0.76% 0.35% -
HSV(B) 356.87º 0.86% 0.61% -
XYZ 14 7.59 1.83 -
YUV 61.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 155 21 28 0 0.86 0.82 0.39 356.87 0.76 0.35
Hex 9B 15 1C 0 56 52 27 165 4C 23
Octal 233 25 34 0 126 122 47 545 114 43
Binary 10011011 10101 11100 0 1010110 1010010 100111 101100101 1001100 100011

Color Harmonies of #9B151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B151C

Black with #9B151C

Text Example


Text Example

White with #9B151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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