Html Css Color HEX #9B003A Carmine

📋 copy color: '#9B003A'

red 155 ◦ green 0 ◦ blue 58

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

Shades of Carmine #9B003A

Tints of Carmine #9B003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.77%
G = 0%
B = 27.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B003A (or 0x9B003A) is known color: Carmine. HEX triplet: 9B, 00 and 3A. RGB value is (155,0,58). Sum of RGB (Red+Green+Blue) = 155+0+58=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B003A is #64FFC5. Grayscale: #343434. Windows color (decimal): -6619078 or 3801243. OLE color: 3801243.

HSL color Cylindrical-coordinate representation of color #9B003A: hue angle of 337.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B003A is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 58 -
CMYK 0 1 0.63 0.39
HSL 337.55º 1% 0.3% -
HSV(B) 337.55º 1% 0.61% -
XYZ 14.28 7.27 4.65 -
YUV 52.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 155 0 58 0 1 0.63 0.39 337.55 1 0.3
Hex 9B 0 3A 0 64 3F 27 152 64 1E
Octal 233 0 72 0 144 77 47 522 144 36
Binary 10011011 0 111010 0 1100100 111111 100111 101010010 1100100 11110

Color Harmonies of #9B003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B003A

Black with #9B003A

Text Example


Text Example

White with #9B003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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