Html Css Color HEX #9B0C33 Carmine

📋 copy color: '#9B0C33'

red 155 ◦ green 12 ◦ blue 51

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

Shades of Carmine #9B0C33

Tints of Carmine #9B0C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

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

R = 71.1%
G = 5.5%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9B0C33 (or 0x9B0C33) is known color: Carmine. HEX triplet: 9B, 0C and 33. RGB value is (155,12,51). Sum of RGB (Red+Green+Blue) = 155+12+51=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0C33 is #64F3CC. Grayscale: #3B3B3B. Windows color (decimal): -6616013 or 3345563. OLE color: 3345563.

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

Color convert

RGB 155 12 51 -
CMYK 0 0.92 0.67 0.39
HSL 343.64º 0.86% 0.33% -
HSV(B) 343.64º 0.92% 0.61% -
XYZ 14.25 7.47 3.82 -
YUV 59.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 155 12 51 0 0.92 0.67 0.39 343.64 0.86 0.33
Hex 9B C 33 0 5C 43 27 158 56 21
Octal 233 14 63 0 134 103 47 530 126 41
Binary 10011011 1100 110011 0 1011100 1000011 100111 101011000 1010110 100001

Color Harmonies of #9B0C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0C33

Black with #9B0C33

Text Example


Text Example

White with #9B0C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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