Html Css Color HEX #A00312 Carmine

📋 copy color: '#A00312'

red 160 ◦ green 3 ◦ blue 18

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

Shades of Carmine #A00312

Tints of Carmine #A00312

RGB

 RED value IS 160 (62.89% from 255) = 88.4%

 GREEN value IS 3 (1.56% from 255) = 1.66%

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 88.4%
G = 1.66%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A00312 (or 0xA00312) is known color: Carmine. HEX triplet: A0, 03 and 12. RGB value is (160,3,18). Sum of RGB (Red+Green+Blue) = 160+3+18=181 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.40% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 160 - color contains mainly: red. Hex color #A00312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00312 is #5FFCED. Grayscale: #333333. Windows color (decimal): -6290670 or 1180576. OLE color: 1180576.

HSL color Cylindrical-coordinate representation of color #A00312: hue angle of 354.27º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00312 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 18 -
CMYK 0 0.98 0.89 0.37
HSL 354.27º 0.96% 0.32% -
HSV(B) 354.27º 0.98% 0.63% -
XYZ 14.64 7.58 1.26 -
YUV 51.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 160 3 18 0 0.98 0.89 0.37 354.27 0.96 0.32
Hex A0 3 12 0 62 59 25 162 60 20
Octal 240 3 22 0 142 131 45 542 140 40
Binary 10100000 11 10010 0 1100010 1011001 100101 101100010 1100000 100000

Color Harmonies of #A00312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00312

Black with #A00312

Text Example


Text Example

White with #A00312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00312; }

 p { color: rgb(160,3,18); }

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

background-color css

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

 a { background-color: rgb(160,3,18); }

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

border-color css

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

 span { border-color: rgb(160,3,18); }

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