Html Css Color HEX #A30213 Carmine

📋 copy color: '#A30213'

red 163 ◦ green 2 ◦ blue 19

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

Shades of Carmine #A30213

Tints of Carmine #A30213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 88.59%
G = 1.09%
B = 10.33%

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

#A30213 (or 0xA30213) is known color: Carmine. HEX triplet: A3, 02 and 13. RGB value is (163,2,19). Sum of RGB (Red+Green+Blue) = 163+2+19=184 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.59% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 163 - color contains mainly: red. Hex color #A30213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30213 is #5CFDEC. Grayscale: #343434. Windows color (decimal): -6094317 or 1245859. OLE color: 1245859.

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

Color convert

RGB 163 2 19 -
CMYK 0 0.99 0.88 0.36
HSL 353.66º 0.98% 0.32% -
HSV(B) 353.66º 0.99% 0.64% -
XYZ 15.24 7.88 1.33 -
YUV 52.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 163 2 19 0 0.99 0.88 0.36 353.66 0.98 0.32
Hex A3 2 13 0 63 58 24 162 62 20
Octal 243 2 23 0 143 130 44 542 142 40
Binary 10100011 10 10011 0 1100011 1011000 100100 101100010 1100010 100000

Color Harmonies of #A30213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30213

Black with #A30213

Text Example


Text Example

White with #A30213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30213; }

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

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

background-color css

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

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

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

border-color css

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

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

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