Html Css Color HEX #A3061C Carmine

📋 copy color: '#A3061C'

red 163 ◦ green 6 ◦ blue 28

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

Shades of Carmine #A3061C

Tints of Carmine #A3061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 82.74%
G = 3.05%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3061C (or 0xA3061C) is known color: Carmine. HEX triplet: A3, 06 and 1C. RGB value is (163,6,28). Sum of RGB (Red+Green+Blue) = 163+6+28=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A3061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3061C is #5CF9E3. Grayscale: #373737. Windows color (decimal): -6093284 or 1836707. OLE color: 1836707.

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

Color convert

RGB 163 6 28 -
CMYK 0 0.96 0.83 0.36
HSL 351.59º 0.93% 0.33% -
HSV(B) 351.59º 0.96% 0.64% -
XYZ 15.38 8 1.83 -
YUV 55.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 163 6 28 0 0.96 0.83 0.36 351.59 0.93 0.33
Hex A3 6 1C 0 60 53 24 160 5D 21
Octal 243 6 34 0 140 123 44 540 135 41
Binary 10100011 110 11100 0 1100000 1010011 100100 101100000 1011101 100001

Color Harmonies of #A3061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3061C

Black with #A3061C

Text Example


Text Example

White with #A3061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3061C; }

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

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

background-color css

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

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

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

border-color css

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

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

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