Html Css Color HEX #A3051A Carmine

📋 copy color: '#A3051A'

red 163 ◦ green 5 ◦ blue 26

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

Shades of Carmine #A3051A

Tints of Carmine #A3051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.58%

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

R = 84.02%
G = 2.58%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3051A (or 0xA3051A) is known color: Carmine. HEX triplet: A3, 05 and 1A. RGB value is (163,5,26). Sum of RGB (Red+Green+Blue) = 163+5+26=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A3051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3051A is #5CFAE5. Grayscale: #363636. Windows color (decimal): -6093542 or 1705379. OLE color: 1705379.

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

Color convert

RGB 163 5 26 -
CMYK 0 0.97 0.84 0.36
HSL 352.03º 0.94% 0.33% -
HSV(B) 352.03º 0.97% 0.64% -
XYZ 15.34 7.97 1.71 -
YUV 54.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 163 5 26 0 0.97 0.84 0.36 352.03 0.94 0.33
Hex A3 5 1A 0 61 54 24 160 5E 21
Octal 243 5 32 0 141 124 44 540 136 41
Binary 10100011 101 11010 0 1100001 1010100 100100 101100000 1011110 100001

Color Harmonies of #A3051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3051A

Black with #A3051A

Text Example


Text Example

White with #A3051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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