Html Css Color HEX #A3001A Carmine

📋 copy color: '#A3001A'

red 163 ◦ green 0 ◦ blue 26

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

Shades of Carmine #A3001A

Tints of Carmine #A3001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 86.24%
G = 0%
B = 13.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3001A (or 0xA3001A) is known color: Carmine. HEX triplet: A3, 00 and 1A. RGB value is (163,0,26). Sum of RGB (Red+Green+Blue) = 163+0+26=189 (25% of max value = 765). Red value is 163 (64.06% from 255 or 86.24% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 163 - color contains mainly: red. Hex color #A3001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3001A is #5CFFE5. Grayscale: #333333. Windows color (decimal): -6094822 or 1704099. OLE color: 1704099.

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

Color convert

RGB 163 0 26 -
CMYK 0 1 0.84 0.36
HSL 350.43º 1% 0.32% -
HSV(B) 350.43º 1% 0.64% -
XYZ 15.29 7.86 1.69 -
YUV 51.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 163 0 26 0 1 0.84 0.36 350.43 1 0.32
Hex A3 0 1A 0 64 54 24 15E 64 20
Octal 243 0 32 0 144 124 44 536 144 40
Binary 10100011 0 11010 0 1100100 1010100 100100 101011110 1100100 100000

Color Harmonies of #A3001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3001A

Black with #A3001A

Text Example


Text Example

White with #A3001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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