Html Css Color HEX #A51E3C Bright Red

📋 copy color: '#A51E3C'

red 165 ◦ green 30 ◦ blue 60

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

Shades of Bright Red #A51E3C

Tints of Bright Red #A51E3C

RGB

 RED value IS 165 (64.84% from 255) = 64.71%

 GREEN value IS 30 (12.11% from 255) = 11.76%

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 64.71%
G = 11.76%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A51E3C (or 0xA51E3C) is known color: Bright Red. HEX triplet: A5, 1E and 3C. RGB value is (165,30,60). Sum of RGB (Red+Green+Blue) = 165+30+60=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E3C is #5AE1C3. Grayscale: #494949. Windows color (decimal): -5956036 or 3940005. OLE color: 3940005.

HSL color Cylindrical-coordinate representation of color #A51E3C: hue angle of 346.67º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E3C is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 30 60 -
CMYK 0 0.82 0.64 0.35
HSL 346.67º 0.69% 0.38% -
HSV(B) 346.67º 0.82% 0.65% -
XYZ 16.8 9.25 5.18 -
YUV 73.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 165 30 60 0 0.82 0.64 0.35 346.67 0.69 0.38
Hex A5 1E 3C 0 52 40 23 15B 45 26
Octal 245 36 74 0 122 100 43 533 105 46
Binary 10100101 11110 111100 0 1010010 1000000 100011 101011011 1000101 100110

Color Harmonies of #A51E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E3C

Black with #A51E3C

Text Example


Text Example

White with #A51E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E3C; }

 p { color: rgb(165,30,60); }

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

background-color css

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

 a { background-color: rgb(165,30,60); }

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

border-color css

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

 span { border-color: rgb(165,30,60); }

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