Html Css Color HEX #9B0E33 Carmine

📋 copy color: '#9B0E33'

red 155 ◦ green 14 ◦ blue 51

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

Shades of Carmine #9B0E33

Tints of Carmine #9B0E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 70.45%
G = 6.36%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9B0E33 (or 0x9B0E33) is known color: Carmine. HEX triplet: 9B, 0E and 33. RGB value is (155,14,51). Sum of RGB (Red+Green+Blue) = 155+14+51=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0E33 is #64F1CC. Grayscale: #3C3C3C. Windows color (decimal): -6615501 or 3346075. OLE color: 3346075.

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

Color convert

RGB 155 14 51 -
CMYK 0 0.91 0.67 0.39
HSL 344.26º 0.83% 0.33% -
HSV(B) 344.26º 0.91% 0.61% -
XYZ 14.27 7.52 3.83 -
YUV 60.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 155 14 51 0 0.91 0.67 0.39 344.26 0.83 0.33
Hex 9B E 33 0 5B 43 27 158 53 21
Octal 233 16 63 0 133 103 47 530 123 41
Binary 10011011 1110 110011 0 1011011 1000011 100111 101011000 1010011 100001

Color Harmonies of #9B0E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E33

Black with #9B0E33

Text Example


Text Example

White with #9B0E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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