Html Css Color HEX #9B0B2A Carmine

📋 copy color: '#9B0B2A'

red 155 ◦ green 11 ◦ blue 42

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

Shades of Carmine #9B0B2A

Tints of Carmine #9B0B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.29%

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 74.52%
G = 5.29%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B0B2A (or 0x9B0B2A) is known color: Carmine. HEX triplet: 9B, 0B and 2A. RGB value is (155,11,42). Sum of RGB (Red+Green+Blue) = 155+11+42=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0B2A is #64F4D5. Grayscale: #393939. Windows color (decimal): -6616278 or 2755483. OLE color: 2755483.

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

Color convert

RGB 155 11 42 -
CMYK 0 0.93 0.73 0.39
HSL 347.08º 0.87% 0.33% -
HSV(B) 347.08º 0.93% 0.61% -
XYZ 14.06 7.38 2.87 -
YUV 57.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 155 11 42 0 0.93 0.73 0.39 347.08 0.87 0.33
Hex 9B B 2A 0 5D 49 27 15B 57 21
Octal 233 13 52 0 135 111 47 533 127 41
Binary 10011011 1011 101010 0 1011101 1001001 100111 101011011 1010111 100001

Color Harmonies of #9B0B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0B2A

Black with #9B0B2A

Text Example


Text Example

White with #9B0B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,11,42); }

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

background-color css

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

 a { background-color: rgb(155,11,42); }

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

border-color css

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

 span { border-color: rgb(155,11,42); }

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