Html Css Color HEX #A3041A Carmine

📋 copy color: '#A3041A'

red 163 ◦ green 4 ◦ blue 26

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

Shades of Carmine #A3041A

Tints of Carmine #A3041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

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

R = 84.46%
G = 2.07%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3041A (or 0xA3041A) is known color: Carmine. HEX triplet: A3, 04 and 1A. RGB value is (163,4,26). Sum of RGB (Red+Green+Blue) = 163+4+26=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A3041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3041A is #5CFBE5. Grayscale: #363636. Windows color (decimal): -6093798 or 1705123. OLE color: 1705123.

HSL color Cylindrical-coordinate representation of color #A3041A: hue angle of 351.7º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3041A is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 4 26 -
CMYK 0 0.98 0.84 0.36
HSL 351.7º 0.95% 0.33% -
HSV(B) 351.7º 0.98% 0.64% -
XYZ 15.33 7.95 1.7 -
YUV 54.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 163 4 26 0 0.98 0.84 0.36 351.7 0.95 0.33
Hex A3 4 1A 0 62 54 24 160 5F 21
Octal 243 4 32 0 142 124 44 540 137 41
Binary 10100011 100 11010 0 1100010 1010100 100100 101100000 1011111 100001

Color Harmonies of #A3041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3041A

Black with #A3041A

Text Example


Text Example

White with #A3041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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