Html Css Color HEX #A51A29 Bright Red

📋 copy color: '#A51A29'

red 165 ◦ green 26 ◦ blue 41

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

Shades of Bright Red #A51A29

Tints of Bright Red #A51A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.21%

 BLUE value IS 41 (16.41% from 255) = 17.67%

R = 71.12%
G = 11.21%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A51A29 (or 0xA51A29) is known color: Bright Red. HEX triplet: A5, 1A and 29. RGB value is (165,26,41). Sum of RGB (Red+Green+Blue) = 165+26+41=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A29 is #5AE5D6. Grayscale: #454545. Windows color (decimal): -5957079 or 2693797. OLE color: 2693797.

HSL color Cylindrical-coordinate representation of color #A51A29: hue angle of 353.53º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A29 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 41 -
CMYK 0 0.84 0.75 0.35
HSL 353.53º 0.73% 0.37% -
HSV(B) 353.53º 0.84% 0.65% -
XYZ 16.29 8.9 2.96 -
YUV 69.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 165 26 41 0 0.84 0.75 0.35 353.53 0.73 0.37
Hex A5 1A 29 0 54 4B 23 162 49 25
Octal 245 32 51 0 124 113 43 542 111 45
Binary 10100101 11010 101001 0 1010100 1001011 100011 101100010 1001001 100101

Color Harmonies of #A51A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A29

Black with #A51A29

Text Example


Text Example

White with #A51A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A29; }

 p { color: rgb(165,26,41); }

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

background-color css

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

 a { background-color: rgb(165,26,41); }

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

border-color css

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

 span { border-color: rgb(165,26,41); }

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