Html Css Color HEX #A3062E Carmine

📋 copy color: '#A3062E'

red 163 ◦ green 6 ◦ blue 46

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

Shades of Carmine #A3062E

Tints of Carmine #A3062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

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

R = 75.81%
G = 2.79%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3062E (or 0xA3062E) is known color: Carmine. HEX triplet: A3, 06 and 2E. RGB value is (163,6,46). Sum of RGB (Red+Green+Blue) = 163+6+46=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A3062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3062E is #5CF9D1. Grayscale: #393939. Windows color (decimal): -6093266 or 3016355. OLE color: 3016355.

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

Color convert

RGB 163 6 46 -
CMYK 0 0.96 0.72 0.36
HSL 344.71º 0.93% 0.33% -
HSV(B) 344.71º 0.96% 0.64% -
XYZ 15.66 8.11 3.33 -
YUV 57.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 163 6 46 0 0.96 0.72 0.36 344.71 0.93 0.33
Hex A3 6 2E 0 60 48 24 159 5D 21
Octal 243 6 56 0 140 110 44 531 135 41
Binary 10100011 110 101110 0 1100000 1001000 100100 101011001 1011101 100001

Color Harmonies of #A3062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3062E

Black with #A3062E

Text Example


Text Example

White with #A3062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3062E; }

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

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

background-color css

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

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

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

border-color css

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

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

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