Html Css Color HEX #A51F3C Bright Red

📋 copy color: '#A51F3C'

red 165 ◦ green 31 ◦ blue 60

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

Shades of Bright Red #A51F3C

Tints of Bright Red #A51F3C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.11%

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

R = 64.45%
G = 12.11%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A51F3C (or 0xA51F3C) is known color: Bright Red. HEX triplet: A5, 1F and 3C. RGB value is (165,31,60). Sum of RGB (Red+Green+Blue) = 165+31+60=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51F3C is #5AE0C3. Grayscale: #4A4A4A. Windows color (decimal): -5955780 or 3940261. OLE color: 3940261.

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

Color convert

RGB 165 31 60 -
CMYK 0 0.81 0.64 0.35
HSL 347.01º 0.68% 0.38% -
HSV(B) 347.01º 0.81% 0.65% -
XYZ 16.82 9.31 5.18 -
YUV 74.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 165 31 60 0 0.81 0.64 0.35 347.01 0.68 0.38
Hex A5 1F 3C 0 51 40 23 15B 44 26
Octal 245 37 74 0 121 100 43 533 104 46
Binary 10100101 11111 111100 0 1010001 1000000 100011 101011011 1000100 100110

Color Harmonies of #A51F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F3C

Black with #A51F3C

Text Example


Text Example

White with #A51F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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