Html Css Color HEX #A51A20 Bright Red

📋 copy color: '#A51A20'

red 165 ◦ green 26 ◦ blue 32

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

Shades of Bright Red #A51A20

Tints of Bright Red #A51A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 73.99%
G = 11.66%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A51A20 (or 0xA51A20) is known color: Bright Red. HEX triplet: A5, 1A and 20. RGB value is (165,26,32). Sum of RGB (Red+Green+Blue) = 165+26+32=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A20 is #5AE5DF. Grayscale: #444444. Windows color (decimal): -5957088 or 2103973. OLE color: 2103973.

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

Color convert

RGB 165 26 32 -
CMYK 0 0.84 0.81 0.35
HSL 357.41º 0.73% 0.37% -
HSV(B) 357.41º 0.84% 0.65% -
XYZ 16.15 8.84 2.22 -
YUV 68.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 165 26 32 0 0.84 0.81 0.35 357.41 0.73 0.37
Hex A5 1A 20 0 54 51 23 165 49 25
Octal 245 32 40 0 124 121 43 545 111 45
Binary 10100101 11010 100000 0 1010100 1010001 100011 101100101 1001001 100101

Color Harmonies of #A51A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A20

Black with #A51A20

Text Example


Text Example

White with #A51A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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