Html Css Color HEX #A3062A Carmine

📋 copy color: '#A3062A'

red 163 ◦ green 6 ◦ blue 42

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

Shades of Carmine #A3062A

Tints of Carmine #A3062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 77.25%
G = 2.84%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3062A (or 0xA3062A) is known color: Carmine. HEX triplet: A3, 06 and 2A. RGB value is (163,6,42). Sum of RGB (Red+Green+Blue) = 163+6+42=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3062A is #5CF9D5. Grayscale: #393939. Windows color (decimal): -6093270 or 2754211. OLE color: 2754211.

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

Color convert

RGB 163 6 42 -
CMYK 0 0.96 0.74 0.36
HSL 346.24º 0.93% 0.33% -
HSV(B) 346.24º 0.96% 0.64% -
XYZ 15.59 8.08 2.93 -
YUV 57.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 163 6 42 0 0.96 0.74 0.36 346.24 0.93 0.33
Hex A3 6 2A 0 60 4A 24 15A 5D 21
Octal 243 6 52 0 140 112 44 532 135 41
Binary 10100011 110 101010 0 1100000 1001010 100100 101011010 1011101 100001

Color Harmonies of #A3062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3062A

Black with #A3062A

Text Example


Text Example

White with #A3062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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