Html Css Color HEX #A3062B Carmine

📋 copy color: '#A3062B'

red 163 ◦ green 6 ◦ blue 43

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

Shades of Carmine #A3062B

Tints of Carmine #A3062B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.28%

R = 76.89%
G = 2.83%
B = 20.28%

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

#A3062B (or 0xA3062B) is known color: Carmine. HEX triplet: A3, 06 and 2B. RGB value is (163,6,43). Sum of RGB (Red+Green+Blue) = 163+6+43=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A3062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3062B is #5CF9D4. Grayscale: #393939. Windows color (decimal): -6093269 or 2819747. OLE color: 2819747.

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

Color convert

RGB 163 6 43 -
CMYK 0 0.96 0.74 0.36
HSL 345.86º 0.93% 0.33% -
HSV(B) 345.86º 0.96% 0.64% -
XYZ 15.61 8.09 3.02 -
YUV 57.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 163 6 43 0 0.96 0.74 0.36 345.86 0.93 0.33
Hex A3 6 2B 0 60 4A 24 15A 5D 21
Octal 243 6 53 0 140 112 44 532 135 41
Binary 10100011 110 101011 0 1100000 1001010 100100 101011010 1011101 100001

Color Harmonies of #A3062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3062B

Black with #A3062B

Text Example


Text Example

White with #A3062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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