Html Css Color HEX #A51A30 Bright Red

📋 copy color: '#A51A30'

red 165 ◦ green 26 ◦ blue 48

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

Shades of Bright Red #A51A30

Tints of Bright Red #A51A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.08%

R = 69.04%
G = 10.88%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A51A30 (or 0xA51A30) is known color: Bright Red. HEX triplet: A5, 1A and 30. RGB value is (165,26,48). Sum of RGB (Red+Green+Blue) = 165+26+48=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A30 is #5AE5CF. Grayscale: #464646. Windows color (decimal): -5957072 or 3152549. OLE color: 3152549.

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

Color convert

RGB 165 26 48 -
CMYK 0 0.84 0.71 0.35
HSL 350.5º 0.73% 0.37% -
HSV(B) 350.5º 0.84% 0.65% -
XYZ 16.42 8.95 3.66 -
YUV 70.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 165 26 48 0 0.84 0.71 0.35 350.5 0.73 0.37
Hex A5 1A 30 0 54 47 23 15F 49 25
Octal 245 32 60 0 124 107 43 537 111 45
Binary 10100101 11010 110000 0 1010100 1000111 100011 101011111 1001001 100101

Color Harmonies of #A51A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A30

Black with #A51A30

Text Example


Text Example

White with #A51A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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