Html Css Color HEX #A3062F Carmine

📋 copy color: '#A3062F'

red 163 ◦ green 6 ◦ blue 47

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

Shades of Carmine #A3062F

Tints of Carmine #A3062F

RGB

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

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

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

R = 75.46%
G = 2.78%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A3062F (or 0xA3062F) is known color: Carmine. HEX triplet: A3, 06 and 2F. RGB value is (163,6,47). Sum of RGB (Red+Green+Blue) = 163+6+47=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A3062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3062F is #5CF9D0. Grayscale: #393939. Windows color (decimal): -6093265 or 3081891. OLE color: 3081891.

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

Color convert

RGB 163 6 47 -
CMYK 0 0.96 0.71 0.36
HSL 344.33º 0.93% 0.33% -
HSV(B) 344.33º 0.96% 0.64% -
XYZ 15.68 8.12 3.43 -
YUV 57.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 163 6 47 0 0.96 0.71 0.36 344.33 0.93 0.33
Hex A3 6 2F 0 60 47 24 158 5D 21
Octal 243 6 57 0 140 107 44 530 135 41
Binary 10100011 110 101111 0 1100000 1000111 100100 101011000 1011101 100001

Color Harmonies of #A3062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3062F

Black with #A3062F

Text Example


Text Example

White with #A3062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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