Html Css Color HEX #A3061E Carmine

📋 copy color: '#A3061E'

red 163 ◦ green 6 ◦ blue 30

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

Shades of Carmine #A3061E

Tints of Carmine #A3061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.08%

R = 81.91%
G = 3.02%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3061E (or 0xA3061E) is known color: Carmine. HEX triplet: A3, 06 and 1E. RGB value is (163,6,30). Sum of RGB (Red+Green+Blue) = 163+6+30=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A3061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3061E is #5CF9E1. Grayscale: #373737. Windows color (decimal): -6093282 or 1967779. OLE color: 1967779.

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

Color convert

RGB 163 6 30 -
CMYK 0 0.96 0.82 0.36
HSL 350.83º 0.93% 0.33% -
HSV(B) 350.83º 0.96% 0.64% -
XYZ 15.4 8.01 1.96 -
YUV 55.68 113.51 204.55 -
System Red Green Blue C M Y K H S L
Decimal 163 6 30 0 0.96 0.82 0.36 350.83 0.93 0.33
Hex A3 6 1E 0 60 52 24 15F 5D 21
Octal 243 6 36 0 140 122 44 537 135 41
Binary 10100011 110 11110 0 1100000 1010010 100100 101011111 1011101 100001

Color Harmonies of #A3061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3061E

Black with #A3061E

Text Example


Text Example

White with #A3061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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