Html Css Color HEX #A30E12 Carmine

📋 copy color: '#A30E12'

red 163 ◦ green 14 ◦ blue 18

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

Shades of Carmine #A30E12

Tints of Carmine #A30E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.18%

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

R = 83.59%
G = 7.18%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A30E12 (or 0xA30E12) is known color: Carmine. HEX triplet: A3, 0E and 12. RGB value is (163,14,18). Sum of RGB (Red+Green+Blue) = 163+14+18=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30E12 is #5CF1ED. Grayscale: #3B3B3B. Windows color (decimal): -6091246 or 1183395. OLE color: 1183395.

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

Color convert

RGB 163 14 18 -
CMYK 0 0.91 0.89 0.36
HSL 358.39º 0.84% 0.35% -
HSV(B) 358.39º 0.91% 0.64% -
XYZ 15.37 8.14 1.33 -
YUV 59.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 163 14 18 0 0.91 0.89 0.36 358.39 0.84 0.35
Hex A3 E 12 0 5B 59 24 166 54 23
Octal 243 16 22 0 133 131 44 546 124 43
Binary 10100011 1110 10010 0 1011011 1011001 100100 101100110 1010100 100011

Color Harmonies of #A30E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E12

Black with #A30E12

Text Example


Text Example

White with #A30E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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