Html Css Color HEX #9B0534 Carmine

📋 copy color: '#9B0534'

red 155 ◦ green 5 ◦ blue 52

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

Shades of Carmine #9B0534

Tints of Carmine #9B0534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.53%

R = 73.11%
G = 2.36%
B = 24.53%

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

#9B0534 (or 0x9B0534) is known color: Carmine. HEX triplet: 9B, 05 and 34. RGB value is (155,5,52). Sum of RGB (Red+Green+Blue) = 155+5+52=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0534 is #64FACB. Grayscale: #373737. Windows color (decimal): -6617804 or 3409307. OLE color: 3409307.

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

Color convert

RGB 155 5 52 -
CMYK 0 0.97 0.66 0.39
HSL 341.2º 0.94% 0.31% -
HSV(B) 341.2º 0.97% 0.61% -
XYZ 14.19 7.33 3.91 -
YUV 55.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 155 5 52 0 0.97 0.66 0.39 341.2 0.94 0.31
Hex 9B 5 34 0 61 42 27 155 5E 1F
Octal 233 5 64 0 141 102 47 525 136 37
Binary 10011011 101 110100 0 1100001 1000010 100111 101010101 1011110 11111

Color Harmonies of #9B0534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0534

Black with #9B0534

Text Example


Text Example

White with #9B0534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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