Html Css Color HEX #9B0526 Carmine

📋 copy color: '#9B0526'

red 155 ◦ green 5 ◦ blue 38

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

Shades of Carmine #9B0526

Tints of Carmine #9B0526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.19%

R = 78.28%
G = 2.53%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B0526 (or 0x9B0526) is known color: Carmine. HEX triplet: 9B, 05 and 26. RGB value is (155,5,38). Sum of RGB (Red+Green+Blue) = 155+5+38=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0526 is #64FAD9. Grayscale: #353535. Windows color (decimal): -6617818 or 2491803. OLE color: 2491803.

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

Color convert

RGB 155 5 38 -
CMYK 0 0.97 0.75 0.39
HSL 346.8º 0.94% 0.31% -
HSV(B) 346.8º 0.97% 0.61% -
XYZ 13.92 7.22 2.49 -
YUV 53.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 155 5 38 0 0.97 0.75 0.39 346.8 0.94 0.31
Hex 9B 5 26 0 61 4B 27 15B 5E 1F
Octal 233 5 46 0 141 113 47 533 136 37
Binary 10011011 101 100110 0 1100001 1001011 100111 101011011 1011110 11111

Color Harmonies of #9B0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0526

Black with #9B0526

Text Example


Text Example

White with #9B0526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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