Html Css Color HEX #9B0524 Carmine

📋 copy color: '#9B0524'

red 155 ◦ green 5 ◦ blue 36

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

Shades of Carmine #9B0524

Tints of Carmine #9B0524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.37%

R = 79.08%
G = 2.55%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B0524 (or 0x9B0524) is known color: Carmine. HEX triplet: 9B, 05 and 24. RGB value is (155,5,36). Sum of RGB (Red+Green+Blue) = 155+5+36=196 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.08% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0524 is #64FADB. Grayscale: #353535. Windows color (decimal): -6617820 or 2360731. OLE color: 2360731.

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

Color convert

RGB 155 5 36 -
CMYK 0 0.97 0.77 0.39
HSL 347.6º 0.94% 0.31% -
HSV(B) 347.6º 0.97% 0.61% -
XYZ 13.89 7.2 2.33 -
YUV 53.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 155 5 36 0 0.97 0.77 0.39 347.6 0.94 0.31
Hex 9B 5 24 0 61 4D 27 15C 5E 1F
Octal 233 5 44 0 141 115 47 534 136 37
Binary 10011011 101 100100 0 1100001 1001101 100111 101011100 1011110 11111

Color Harmonies of #9B0524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0524

Black with #9B0524

Text Example


Text Example

White with #9B0524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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