Html Css Color HEX #A30512 Carmine

📋 copy color: '#A30512'

red 163 ◦ green 5 ◦ blue 18

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

Shades of Carmine #A30512

Tints of Carmine #A30512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

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

R = 87.63%
G = 2.69%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A30512 (or 0xA30512) is known color: Carmine. HEX triplet: A3, 05 and 12. RGB value is (163,5,18). Sum of RGB (Red+Green+Blue) = 163+5+18=186 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.63% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 163 - color contains mainly: red. Hex color #A30512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30512 is #5CFAED. Grayscale: #353535. Windows color (decimal): -6093550 or 1181091. OLE color: 1181091.

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

Color convert

RGB 163 5 18 -
CMYK 0 0.97 0.89 0.36
HSL 355.06º 0.94% 0.33% -
HSV(B) 355.06º 0.97% 0.64% -
XYZ 15.27 7.94 1.3 -
YUV 53.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 163 5 18 0 0.97 0.89 0.36 355.06 0.94 0.33
Hex A3 5 12 0 61 59 24 163 5E 21
Octal 243 5 22 0 141 131 44 543 136 41
Binary 10100011 101 10010 0 1100001 1011001 100100 101100011 1011110 100001

Color Harmonies of #A30512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30512

Black with #A30512

Text Example


Text Example

White with #A30512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30512; }

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

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

background-color css

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

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

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

border-color css

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

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

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