Html Css Color HEX #A51A21 Bright Red

📋 copy color: '#A51A21'

red 165 ◦ green 26 ◦ blue 33

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

Shades of Bright Red #A51A21

Tints of Bright Red #A51A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.73%

R = 73.66%
G = 11.61%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A51A21 (or 0xA51A21) is known color: Bright Red. HEX triplet: A5, 1A and 21. RGB value is (165,26,33). Sum of RGB (Red+Green+Blue) = 165+26+33=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A21 is #5AE5DE. Grayscale: #444444. Windows color (decimal): -5957087 or 2169509. OLE color: 2169509.

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

Color convert

RGB 165 26 33 -
CMYK 0 0.84 0.8 0.35
HSL 356.98º 0.73% 0.37% -
HSV(B) 356.98º 0.84% 0.65% -
XYZ 16.16 8.85 2.29 -
YUV 68.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 165 26 33 0 0.84 0.8 0.35 356.98 0.73 0.37
Hex A5 1A 21 0 54 50 23 165 49 25
Octal 245 32 41 0 124 120 43 545 111 45
Binary 10100101 11010 100001 0 1010100 1010000 100011 101100101 1001001 100101

Color Harmonies of #A51A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A21

Black with #A51A21

Text Example


Text Example

White with #A51A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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