Html Css Color HEX #A3051C Carmine

📋 copy color: '#A3051C'

red 163 ◦ green 5 ◦ blue 28

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

Shades of Carmine #A3051C

Tints of Carmine #A3051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

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

R = 83.16%
G = 2.55%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3051C (or 0xA3051C) is known color: Carmine. HEX triplet: A3, 05 and 1C. RGB value is (163,5,28). Sum of RGB (Red+Green+Blue) = 163+5+28=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A3051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3051C is #5CFAE3. Grayscale: #363636. Windows color (decimal): -6093540 or 1836451. OLE color: 1836451.

HSL color Cylindrical-coordinate representation of color #A3051C: hue angle of 351.27º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3051C is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 5 28 -
CMYK 0 0.97 0.83 0.36
HSL 351.27º 0.94% 0.33% -
HSV(B) 351.27º 0.97% 0.64% -
XYZ 15.37 7.98 1.83 -
YUV 54.86 112.85 205.13 -
System Red Green Blue C M Y K H S L
Decimal 163 5 28 0 0.97 0.83 0.36 351.27 0.94 0.33
Hex A3 5 1C 0 61 53 24 15F 5E 21
Octal 243 5 34 0 141 123 44 537 136 41
Binary 10100011 101 11100 0 1100001 1010011 100100 101011111 1011110 100001

Color Harmonies of #A3051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3051C

Black with #A3051C

Text Example


Text Example

White with #A3051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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