Html Css Color HEX #A30112 Carmine

📋 copy color: '#A30112'

red 163 ◦ green 1 ◦ blue 18

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

Shades of Carmine #A30112

Tints of Carmine #A30112

RGB

 RED value IS 163 (64.06% from 255) = 89.56%

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

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

R = 89.56%
G = 0.55%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A30112 (or 0xA30112) is known color: Carmine. HEX triplet: A3, 01 and 12. RGB value is (163,1,18). Sum of RGB (Red+Green+Blue) = 163+1+18=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A30112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30112 is #5CFEED. Grayscale: #333333. Windows color (decimal): -6094574 or 1180067. OLE color: 1180067.

HSL color Cylindrical-coordinate representation of color #A30112: hue angle of 353.7º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30112 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 1 18 -
CMYK 0 0.99 0.89 0.36
HSL 353.7º 0.99% 0.32% -
HSV(B) 353.7º 0.99% 0.64% -
XYZ 15.22 7.85 1.29 -
YUV 51.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 163 1 18 0 0.99 0.89 0.36 353.7 0.99 0.32
Hex A3 1 12 0 63 59 24 162 63 20
Octal 243 1 22 0 143 131 44 542 143 40
Binary 10100011 1 10010 0 1100011 1011001 100100 101100010 1100011 100000

Color Harmonies of #A30112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30112

Black with #A30112

Text Example


Text Example

White with #A30112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30112; }

 p { color: rgb(163,1,18); }

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

background-color css

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

 a { background-color: rgb(163,1,18); }

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

border-color css

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

 span { border-color: rgb(163,1,18); }

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