Html Css Color HEX #9B0B1C Carmine

📋 copy color: '#9B0B1C'

red 155 ◦ green 11 ◦ blue 28

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

Shades of Carmine #9B0B1C

Tints of Carmine #9B0B1C

RGB

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

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

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

R = 79.9%
G = 5.67%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B0B1C (or 0x9B0B1C) is known color: Carmine. HEX triplet: 9B, 0B and 1C. RGB value is (155,11,28). Sum of RGB (Red+Green+Blue) = 155+11+28=194 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.90% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0B1C is #64F4E3. Grayscale: #383838. Windows color (decimal): -6616292 or 1837979. OLE color: 1837979.

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

Color convert

RGB 155 11 28 -
CMYK 0 0.93 0.82 0.39
HSL 352.92º 0.87% 0.33% -
HSV(B) 352.92º 0.93% 0.61% -
XYZ 13.85 7.29 1.78 -
YUV 55.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 155 11 28 0 0.93 0.82 0.39 352.92 0.87 0.33
Hex 9B B 1C 0 5D 52 27 161 57 21
Octal 233 13 34 0 135 122 47 541 127 41
Binary 10011011 1011 11100 0 1011101 1010010 100111 101100001 1010111 100001

Color Harmonies of #9B0B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0B1C

Black with #9B0B1C

Text Example


Text Example

White with #9B0B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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