Html Css Color HEX #A3001E Carmine

📋 copy color: '#A3001E'

red 163 ◦ green 0 ◦ blue 30

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

Shades of Carmine #A3001E

Tints of Carmine #A3001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.46%
G = 0%
B = 15.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3001E (or 0xA3001E) is known color: Carmine. HEX triplet: A3, 00 and 1E. RGB value is (163,0,30). Sum of RGB (Red+Green+Blue) = 163+0+30=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A3001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3001E is #5CFFE1. Grayscale: #343434. Windows color (decimal): -6094818 or 1966243. OLE color: 1966243.

HSL color Cylindrical-coordinate representation of color #A3001E: hue angle of 348.96º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3001E is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 30 -
CMYK 0 1 0.82 0.36
HSL 348.96º 1% 0.32% -
HSV(B) 348.96º 1% 0.64% -
XYZ 15.34 7.88 1.94 -
YUV 52.16 115.5 207.06 -
System Red Green Blue C M Y K H S L
Decimal 163 0 30 0 1 0.82 0.36 348.96 1 0.32
Hex A3 0 1E 0 64 52 24 15D 64 20
Octal 243 0 36 0 144 122 44 535 144 40
Binary 10100011 0 11110 0 1100100 1010010 100100 101011101 1100100 100000

Color Harmonies of #A3001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3001E

Black with #A3001E

Text Example


Text Example

White with #A3001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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