Html Css Color HEX #9B0E32 Carmine

📋 copy color: '#9B0E32'

red 155 ◦ green 14 ◦ blue 50

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

Shades of Carmine #9B0E32

Tints of Carmine #9B0E32

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.39%

 BLUE value IS 50 (19.92% from 255) = 22.83%

R = 70.78%
G = 6.39%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B0E32 (or 0x9B0E32) is known color: Carmine. HEX triplet: 9B, 0E and 32. RGB value is (155,14,50). Sum of RGB (Red+Green+Blue) = 155+14+50=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0E32 is #64F1CD. Grayscale: #3C3C3C. Windows color (decimal): -6615502 or 3280539. OLE color: 3280539.

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

Color convert

RGB 155 14 50 -
CMYK 0 0.91 0.68 0.39
HSL 344.68º 0.83% 0.33% -
HSV(B) 344.68º 0.91% 0.61% -
XYZ 14.25 7.51 3.72 -
YUV 60.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 155 14 50 0 0.91 0.68 0.39 344.68 0.83 0.33
Hex 9B E 32 0 5B 44 27 159 53 21
Octal 233 16 62 0 133 104 47 531 123 41
Binary 10011011 1110 110010 0 1011011 1000100 100111 101011001 1010011 100001

Color Harmonies of #9B0E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E32

Black with #9B0E32

Text Example


Text Example

White with #9B0E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,14,50); }

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

background-color css

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

 a { background-color: rgb(155,14,50); }

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

border-color css

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

 span { border-color: rgb(155,14,50); }

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