Html Css Color HEX #A3052D Carmine

📋 copy color: '#A3052D'

red 163 ◦ green 5 ◦ blue 45

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

Shades of Carmine #A3052D

Tints of Carmine #A3052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 76.53%
G = 2.35%
B = 21.13%

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

#A3052D (or 0xA3052D) is known color: Carmine. HEX triplet: A3, 05 and 2D. RGB value is (163,5,45). Sum of RGB (Red+Green+Blue) = 163+5+45=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A3052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3052D is #5CFAD2. Grayscale: #383838. Windows color (decimal): -6093523 or 2950563. OLE color: 2950563.

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

Color convert

RGB 163 5 45 -
CMYK 0 0.97 0.72 0.36
HSL 344.81º 0.94% 0.33% -
HSV(B) 344.81º 0.97% 0.64% -
XYZ 15.63 8.08 3.22 -
YUV 56.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 163 5 45 0 0.97 0.72 0.36 344.81 0.94 0.33
Hex A3 5 2D 0 61 48 24 159 5E 21
Octal 243 5 55 0 141 110 44 531 136 41
Binary 10100011 101 101101 0 1100001 1001000 100100 101011001 1011110 100001

Color Harmonies of #A3052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3052D

Black with #A3052D

Text Example


Text Example

White with #A3052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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