Html Css Color HEX #9B012E Carmine

📋 copy color: '#9B012E'

red 155 ◦ green 1 ◦ blue 46

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

Shades of Carmine #9B012E

Tints of Carmine #9B012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 76.73%
G = 0.5%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B012E (or 0x9B012E) is known color: Carmine. HEX triplet: 9B, 01 and 2E. RGB value is (155,1,46). Sum of RGB (Red+Green+Blue) = 155+1+46=202 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.73% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 155 - color contains mainly: red. Hex color #9B012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B012E is #64FED1. Grayscale: #343434. Windows color (decimal): -6618834 or 3015067. OLE color: 3015067.

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

Color convert

RGB 155 1 46 -
CMYK 0 0.99 0.70 0.39
HSL 342.47º 0.99% 0.31% -
HSV(B) 342.47º 0.99% 0.61% -
XYZ 14.02 7.19 3.23 -
YUV 52.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 155 1 46 0 0.99 0.70 0.39 342.47 0.99 0.31
Hex 9B 1 2E 0 63 46 27 156 63 1F
Octal 233 1 56 0 143 106 47 526 143 37
Binary 10011011 1 101110 0 1100011 1000110 100111 101010110 1100011 11111

Color Harmonies of #9B012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B012E

Black with #9B012E

Text Example


Text Example

White with #9B012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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