Html Css Color HEX #9B013A Carmine

📋 copy color: '#9B013A'

red 155 ◦ green 1 ◦ blue 58

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

Shades of Carmine #9B013A

Tints of Carmine #9B013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 72.43%
G = 0.47%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B013A (or 0x9B013A) is known color: Carmine. HEX triplet: 9B, 01 and 3A. RGB value is (155,1,58). Sum of RGB (Red+Green+Blue) = 155+1+58=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B013A is #64FEC5. Grayscale: #353535. Windows color (decimal): -6618822 or 3801499. OLE color: 3801499.

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

Color convert

RGB 155 1 58 -
CMYK 0 0.99 0.63 0.39
HSL 337.79º 0.99% 0.31% -
HSV(B) 337.79º 0.99% 0.61% -
XYZ 14.29 7.3 4.66 -
YUV 53.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 155 1 58 0 0.99 0.63 0.39 337.79 0.99 0.31
Hex 9B 1 3A 0 63 3F 27 152 63 1F
Octal 233 1 72 0 143 77 47 522 143 37
Binary 10011011 1 111010 0 1100011 111111 100111 101010010 1100011 11111

Color Harmonies of #9B013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B013A

Black with #9B013A

Text Example


Text Example

White with #9B013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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