Html Css Color HEX #A3052E Carmine

📋 copy color: '#A3052E'

red 163 ◦ green 5 ◦ blue 46

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

Shades of Carmine #A3052E

Tints of Carmine #A3052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.5%

R = 76.17%
G = 2.34%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3052E (or 0xA3052E) is known color: Carmine. HEX triplet: A3, 05 and 2E. RGB value is (163,5,46). Sum of RGB (Red+Green+Blue) = 163+5+46=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A3052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3052E is #5CFAD1. Grayscale: #383838. Windows color (decimal): -6093522 or 3016099. OLE color: 3016099.

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

Color convert

RGB 163 5 46 -
CMYK 0 0.97 0.72 0.36
HSL 344.43º 0.94% 0.33% -
HSV(B) 344.43º 0.97% 0.64% -
XYZ 15.65 8.09 3.32 -
YUV 56.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 163 5 46 0 0.97 0.72 0.36 344.43 0.94 0.33
Hex A3 5 2E 0 61 48 24 158 5E 21
Octal 243 5 56 0 141 110 44 530 136 41
Binary 10100011 101 101110 0 1100001 1001000 100100 101011000 1011110 100001

Color Harmonies of #A3052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3052E

Black with #A3052E

Text Example


Text Example

White with #A3052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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