Html Css Color HEX #A30412 Carmine

📋 copy color: '#A30412'

red 163 ◦ green 4 ◦ blue 18

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

Shades of Carmine #A30412

Tints of Carmine #A30412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 88.11%
G = 2.16%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A30412 (or 0xA30412) is known color: Carmine. HEX triplet: A3, 04 and 12. RGB value is (163,4,18). Sum of RGB (Red+Green+Blue) = 163+4+18=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A30412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30412 is #5CFBED. Grayscale: #353535. Windows color (decimal): -6093806 or 1180835. OLE color: 1180835.

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

Color convert

RGB 163 4 18 -
CMYK 0 0.98 0.89 0.36
HSL 354.72º 0.95% 0.33% -
HSV(B) 354.72º 0.98% 0.64% -
XYZ 15.26 7.92 1.3 -
YUV 53.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 163 4 18 0 0.98 0.89 0.36 354.72 0.95 0.33
Hex A3 4 12 0 62 59 24 163 5F 21
Octal 243 4 22 0 142 131 44 543 137 41
Binary 10100011 100 10010 0 1100010 1011001 100100 101100011 1011111 100001

Color Harmonies of #A30412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30412

Black with #A30412

Text Example


Text Example

White with #A30412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30412; }

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

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

background-color css

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

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

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

border-color css

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

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

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