Html Css Color HEX #A3052F Carmine

📋 copy color: '#A3052F'

red 163 ◦ green 5 ◦ blue 47

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

Shades of Carmine #A3052F

Tints of Carmine #A3052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 75.81%
G = 2.33%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A3052F (or 0xA3052F) is known color: Carmine. HEX triplet: A3, 05 and 2F. RGB value is (163,5,47). Sum of RGB (Red+Green+Blue) = 163+5+47=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A3052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3052F is #5CFAD0. Grayscale: #393939. Windows color (decimal): -6093521 or 3081635. OLE color: 3081635.

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

Color convert

RGB 163 5 47 -
CMYK 0 0.97 0.71 0.36
HSL 344.05º 0.94% 0.33% -
HSV(B) 344.05º 0.97% 0.64% -
XYZ 15.67 8.1 3.43 -
YUV 57.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 163 5 47 0 0.97 0.71 0.36 344.05 0.94 0.33
Hex A3 5 2F 0 61 47 24 158 5E 21
Octal 243 5 57 0 141 107 44 530 136 41
Binary 10100011 101 101111 0 1100001 1000111 100100 101011000 1011110 100001

Color Harmonies of #A3052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3052F

Black with #A3052F

Text Example


Text Example

White with #A3052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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