Html Css Color HEX #9B0535 Carmine

📋 copy color: '#9B0535'

red 155 ◦ green 5 ◦ blue 53

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

Shades of Carmine #9B0535

Tints of Carmine #9B0535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

 BLUE value IS 53 (21.09% from 255) = 24.88%

R = 72.77%
G = 2.35%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B0535 (or 0x9B0535) is known color: Carmine. HEX triplet: 9B, 05 and 35. RGB value is (155,5,53). Sum of RGB (Red+Green+Blue) = 155+5+53=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0535 is #64FACA. Grayscale: #373737. Windows color (decimal): -6617803 or 3474843. OLE color: 3474843.

HSL color Cylindrical-coordinate representation of color #9B0535: hue angle of 340.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0535 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 53 -
CMYK 0 0.97 0.66 0.39
HSL 340.8º 0.94% 0.31% -
HSV(B) 340.8º 0.97% 0.61% -
XYZ 14.21 7.33 4.03 -
YUV 55.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 155 5 53 0 0.97 0.66 0.39 340.8 0.94 0.31
Hex 9B 5 35 0 61 42 27 155 5E 1F
Octal 233 5 65 0 141 102 47 525 136 37
Binary 10011011 101 110101 0 1100001 1000010 100111 101010101 1011110 11111

Color Harmonies of #9B0535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0535

Black with #9B0535

Text Example


Text Example

White with #9B0535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,53); }

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

background-color css

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

 a { background-color: rgb(155,5,53); }

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

border-color css

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

 span { border-color: rgb(155,5,53); }

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