Html Css Color HEX #9B0935 Carmine

📋 copy color: '#9B0935'

red 155 ◦ green 9 ◦ blue 53

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

Shades of Carmine #9B0935

Tints of Carmine #9B0935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.15%

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

R = 71.43%
G = 4.15%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B0935 (or 0x9B0935) is known color: Carmine. HEX triplet: 9B, 09 and 35. RGB value is (155,9,53). Sum of RGB (Red+Green+Blue) = 155+9+53=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0935 is #64F6CA. Grayscale: #393939. Windows color (decimal): -6616779 or 3475867. OLE color: 3475867.

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

Color convert

RGB 155 9 53 -
CMYK 0 0.94 0.66 0.39
HSL 341.92º 0.89% 0.32% -
HSV(B) 341.92º 0.94% 0.61% -
XYZ 14.26 7.42 4.05 -
YUV 57.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 155 9 53 0 0.94 0.66 0.39 341.92 0.89 0.32
Hex 9B 9 35 0 5E 42 27 156 59 20
Octal 233 11 65 0 136 102 47 526 131 40
Binary 10011011 1001 110101 0 1011110 1000010 100111 101010110 1011001 100000

Color Harmonies of #9B0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0935

Black with #9B0935

Text Example


Text Example

White with #9B0935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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