Html Css Color HEX #9B0D2C Carmine

📋 copy color: '#9B0D2C'

red 155 ◦ green 13 ◦ blue 44

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

Shades of Carmine #9B0D2C

Tints of Carmine #9B0D2C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.13%

 BLUE value IS 44 (17.58% from 255) = 20.75%

R = 73.11%
G = 6.13%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B0D2C (or 0x9B0D2C) is known color: Carmine. HEX triplet: 9B, 0D and 2C. RGB value is (155,13,44). Sum of RGB (Red+Green+Blue) = 155+13+44=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0D2C is #64F2D3. Grayscale: #3B3B3B. Windows color (decimal): -6615764 or 2887067. OLE color: 2887067.

HSL color Cylindrical-coordinate representation of color #9B0D2C: hue angle of 346.9º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0D2C is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 13 44 -
CMYK 0 0.92 0.72 0.39
HSL 346.9º 0.85% 0.33% -
HSV(B) 346.9º 0.92% 0.61% -
XYZ 14.12 7.44 3.07 -
YUV 58.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 155 13 44 0 0.92 0.72 0.39 346.9 0.85 0.33
Hex 9B D 2C 0 5C 48 27 15B 55 21
Octal 233 15 54 0 134 110 47 533 125 41
Binary 10011011 1101 101100 0 1011100 1001000 100111 101011011 1010101 100001

Color Harmonies of #9B0D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0D2C

Black with #9B0D2C

Text Example


Text Example

White with #9B0D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,13,44); }

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

background-color css

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

 a { background-color: rgb(155,13,44); }

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

border-color css

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

 span { border-color: rgb(155,13,44); }

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