Html Css Color HEX #9B053A Carmine

📋 copy color: '#9B053A'

red 155 ◦ green 5 ◦ blue 58

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

Shades of Carmine #9B053A

Tints of Carmine #9B053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 71.1%
G = 2.29%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B053A (or 0x9B053A) is known color: Carmine. HEX triplet: 9B, 05 and 3A. RGB value is (155,5,58). Sum of RGB (Red+Green+Blue) = 155+5+58=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B053A is #64FAC5. Grayscale: #373737. Windows color (decimal): -6617798 or 3802523. OLE color: 3802523.

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

Color convert

RGB 155 5 58 -
CMYK 0 0.97 0.63 0.39
HSL 338.8º 0.94% 0.31% -
HSV(B) 338.8º 0.97% 0.61% -
XYZ 14.34 7.38 4.67 -
YUV 55.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 155 5 58 0 0.97 0.63 0.39 338.8 0.94 0.31
Hex 9B 5 3A 0 61 3F 27 153 5E 1F
Octal 233 5 72 0 141 77 47 523 136 37
Binary 10011011 101 111010 0 1100001 111111 100111 101010011 1011110 11111

Color Harmonies of #9B053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B053A

Black with #9B053A

Text Example


Text Example

White with #9B053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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