Html Css Color HEX #A30514 Carmine

📋 copy color: '#A30514'

red 163 ◦ green 5 ◦ blue 20

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

Shades of Carmine #A30514

Tints of Carmine #A30514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 86.7%
G = 2.66%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A30514 (or 0xA30514) is known color: Carmine. HEX triplet: A3, 05 and 14. RGB value is (163,5,20). Sum of RGB (Red+Green+Blue) = 163+5+20=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A30514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30514 is #5CFAEB. Grayscale: #363636. Windows color (decimal): -6093548 or 1312163. OLE color: 1312163.

HSL color Cylindrical-coordinate representation of color #A30514: hue angle of 354.3º 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 #A30514 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 5 20 -
CMYK 0 0.97 0.88 0.36
HSL 354.3º 0.94% 0.33% -
HSV(B) 354.3º 0.97% 0.64% -
XYZ 15.28 7.95 1.39 -
YUV 53.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 163 5 20 0 0.97 0.88 0.36 354.3 0.94 0.33
Hex A3 5 14 0 61 58 24 162 5E 21
Octal 243 5 24 0 141 130 44 542 136 41
Binary 10100011 101 10100 0 1100001 1011000 100100 101100010 1011110 100001

Color Harmonies of #A30514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30514

Black with #A30514

Text Example


Text Example

White with #A30514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30514; }

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

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

background-color css

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

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

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

border-color css

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

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

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