Html Css Color HEX #9B0635 Carmine

📋 copy color: '#9B0635'

red 155 ◦ green 6 ◦ blue 53

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

Shades of Carmine #9B0635

Tints of Carmine #9B0635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

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

R = 72.43%
G = 2.8%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B0635 (or 0x9B0635) is known color: Carmine. HEX triplet: 9B, 06 and 35. RGB value is (155,6,53). Sum of RGB (Red+Green+Blue) = 155+6+53=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0635 is #64F9CA. Grayscale: #373737. Windows color (decimal): -6617547 or 3475099. OLE color: 3475099.

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

Color convert

RGB 155 6 53 -
CMYK 0 0.96 0.66 0.39
HSL 341.07º 0.93% 0.32% -
HSV(B) 341.07º 0.96% 0.61% -
XYZ 14.23 7.36 4.04 -
YUV 55.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 155 6 53 0 0.96 0.66 0.39 341.07 0.93 0.32
Hex 9B 6 35 0 60 42 27 155 5D 20
Octal 233 6 65 0 140 102 47 525 135 40
Binary 10011011 110 110101 0 1100000 1000010 100111 101010101 1011101 100000

Color Harmonies of #9B0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0635

Black with #9B0635

Text Example


Text Example

White with #9B0635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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