Html Css Color HEX #A3011E Carmine

📋 copy color: '#A3011E'

red 163 ◦ green 1 ◦ blue 30

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

Shades of Carmine #A3011E

Tints of Carmine #A3011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.46%

R = 84.02%
G = 0.52%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3011E (or 0xA3011E) is known color: Carmine. HEX triplet: A3, 01 and 1E. RGB value is (163,1,30). Sum of RGB (Red+Green+Blue) = 163+1+30=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A3011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3011E is #5CFEE1. Grayscale: #343434. Windows color (decimal): -6094562 or 1966499. OLE color: 1966499.

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

Color convert

RGB 163 1 30 -
CMYK 0 0.99 0.82 0.36
HSL 349.26º 0.99% 0.32% -
HSV(B) 349.26º 0.99% 0.64% -
XYZ 15.35 7.9 1.94 -
YUV 52.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 163 1 30 0 0.99 0.82 0.36 349.26 0.99 0.32
Hex A3 1 1E 0 63 52 24 15D 63 20
Octal 243 1 36 0 143 122 44 535 143 40
Binary 10100011 1 11110 0 1100011 1010010 100100 101011101 1100011 100000

Color Harmonies of #A3011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3011E

Black with #A3011E

Text Example


Text Example

White with #A3011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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