Html Css Color HEX #9A012E Carmine

📋 copy color: '#9A012E'

red 154 ◦ green 1 ◦ blue 46

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

Shades of Carmine #9A012E

Tints of Carmine #9A012E

RGB

 RED value IS 154 (60.55% from 255) = 76.62%

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

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

R = 76.62%
G = 0.5%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#9A012E (or 0x9A012E) is known color: Carmine. HEX triplet: 9A, 01 and 2E. RGB value is (154,1,46). Sum of RGB (Red+Green+Blue) = 154+1+46=201 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.62% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 154 - color contains mainly: red. Hex color #9A012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A012E is #65FED1. Grayscale: #333333. Windows color (decimal): -6684370 or 3015066. OLE color: 3015066.

HSL color Cylindrical-coordinate representation of color #9A012E: hue angle of 342.35º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A012E is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 1 46 -
CMYK 0 0.99 0.70 0.40
HSL 342.35º 0.99% 0.3% -
HSV(B) 342.35º 0.99% 0.6% -
XYZ 13.83 7.09 3.22 -
YUV 51.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 154 1 46 0 0.99 0.70 0.40 342.35 0.99 0.3
Hex 9A 1 2E 0 63 46 28 156 63 1E
Octal 232 1 56 0 143 106 50 526 143 36
Binary 10011010 1 101110 0 1100011 1000110 101000 101010110 1100011 11110

Color Harmonies of #9A012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A012E

Black with #9A012E

Text Example


Text Example

White with #9A012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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