Html Css Color HEX #A3072E Carmine

📋 copy color: '#A3072E'

red 163 ◦ green 7 ◦ blue 46

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

Shades of Carmine #A3072E

Tints of Carmine #A3072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 75.46%
G = 3.24%
B = 21.3%

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

#A3072E (or 0xA3072E) is known color: Carmine. HEX triplet: A3, 07 and 2E. RGB value is (163,7,46). Sum of RGB (Red+Green+Blue) = 163+7+46=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A3072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3072E is #5CF8D1. Grayscale: #3A3A3A. Windows color (decimal): -6093010 or 3016611. OLE color: 3016611.

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

Color convert

RGB 163 7 46 -
CMYK 0 0.96 0.72 0.36
HSL 345º 0.92% 0.33% -
HSV(B) 345º 0.96% 0.64% -
XYZ 15.67 8.14 3.33 -
YUV 58.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 163 7 46 0 0.96 0.72 0.36 345 0.92 0.33
Hex A3 7 2E 0 60 48 24 159 5C 21
Octal 243 7 56 0 140 110 44 531 134 41
Binary 10100011 111 101110 0 1100000 1001000 100100 101011001 1011100 100001

Color Harmonies of #A3072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3072E

Black with #A3072E

Text Example


Text Example

White with #A3072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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