Html Css Color HEX #A51A2D Bright Red

📋 copy color: '#A51A2D'

red 165 ◦ green 26 ◦ blue 45

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

Shades of Bright Red #A51A2D

Tints of Bright Red #A51A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 69.92%
G = 11.02%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A51A2D (or 0xA51A2D) is known color: Bright Red. HEX triplet: A5, 1A and 2D. RGB value is (165,26,45). Sum of RGB (Red+Green+Blue) = 165+26+45=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A2D is #5AE5D2. Grayscale: #454545. Windows color (decimal): -5957075 or 2955941. OLE color: 2955941.

HSL color Cylindrical-coordinate representation of color #A51A2D: hue angle of 351.8º 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 #A51A2D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 45 -
CMYK 0 0.84 0.73 0.35
HSL 351.8º 0.73% 0.37% -
HSV(B) 351.8º 0.84% 0.65% -
XYZ 16.36 8.93 3.34 -
YUV 69.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 165 26 45 0 0.84 0.73 0.35 351.8 0.73 0.37
Hex A5 1A 2D 0 54 49 23 160 49 25
Octal 245 32 55 0 124 111 43 540 111 45
Binary 10100101 11010 101101 0 1010100 1001001 100011 101100000 1001001 100101

Color Harmonies of #A51A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A2D

Black with #A51A2D

Text Example


Text Example

White with #A51A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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