Html Css Color HEX #A30113 Carmine

📋 copy color: '#A30113'

red 163 ◦ green 1 ◦ blue 19

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

Shades of Carmine #A30113

Tints of Carmine #A30113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 89.07%
G = 0.55%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A30113 (or 0xA30113) is known color: Carmine. HEX triplet: A3, 01 and 13. RGB value is (163,1,19). Sum of RGB (Red+Green+Blue) = 163+1+19=183 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.07% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 163 - color contains mainly: red. Hex color #A30113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30113 is #5CFEEC. Grayscale: #333333. Windows color (decimal): -6094573 or 1245603. OLE color: 1245603.

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

Color convert

RGB 163 1 19 -
CMYK 0 0.99 0.88 0.36
HSL 353.33º 0.99% 0.32% -
HSV(B) 353.33º 0.99% 0.64% -
XYZ 15.23 7.86 1.33 -
YUV 51.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 163 1 19 0 0.99 0.88 0.36 353.33 0.99 0.32
Hex A3 1 13 0 63 58 24 161 63 20
Octal 243 1 23 0 143 130 44 541 143 40
Binary 10100011 1 10011 0 1100011 1011000 100100 101100001 1100011 100000

Color Harmonies of #A30113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30113

Black with #A30113

Text Example


Text Example

White with #A30113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30113; }

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

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

background-color css

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

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

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

border-color css

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

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

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