Html Css Color HEX #A30214 Carmine

📋 copy color: '#A30214'

red 163 ◦ green 2 ◦ blue 20

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

Shades of Carmine #A30214

Tints of Carmine #A30214

RGB

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

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

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

R = 88.11%
G = 1.08%
B = 10.81%

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

#A30214 (or 0xA30214) is known color: Carmine. HEX triplet: A3, 02 and 14. RGB value is (163,2,20). Sum of RGB (Red+Green+Blue) = 163+2+20=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A30214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30214 is #5CFDEB. Grayscale: #343434. Windows color (decimal): -6094316 or 1311395. OLE color: 1311395.

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

Color convert

RGB 163 2 20 -
CMYK 0 0.99 0.88 0.36
HSL 353.29º 0.98% 0.32% -
HSV(B) 353.29º 0.99% 0.64% -
XYZ 15.25 7.88 1.38 -
YUV 52.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 163 2 20 0 0.99 0.88 0.36 353.29 0.98 0.32
Hex A3 2 14 0 63 58 24 161 62 20
Octal 243 2 24 0 143 130 44 541 142 40
Binary 10100011 10 10100 0 1100011 1011000 100100 101100001 1100010 100000

Color Harmonies of #A30214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30214

Black with #A30214

Text Example


Text Example

White with #A30214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30214; }

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

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

background-color css

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

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

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

border-color css

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

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

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