Html Css Color HEX #A51430 Bright Red

📋 copy color: '#A51430'

red 165 ◦ green 20 ◦ blue 48

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

Shades of Bright Red #A51430

Tints of Bright Red #A51430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

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

R = 70.82%
G = 8.58%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A51430 (or 0xA51430) is known color: Bright Red. HEX triplet: A5, 14 and 30. RGB value is (165,20,48). Sum of RGB (Red+Green+Blue) = 165+20+48=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A51430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51430 is #5AEBCF. Grayscale: #424242. Windows color (decimal): -5958608 or 3151013. OLE color: 3151013.

HSL color Cylindrical-coordinate representation of color #A51430: hue angle of 348.41º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51430 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 48 -
CMYK 0 0.88 0.71 0.35
HSL 348.41º 0.78% 0.36% -
HSV(B) 348.41º 0.88% 0.65% -
XYZ 16.3 8.71 3.62 -
YUV 66.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 165 20 48 0 0.88 0.71 0.35 348.41 0.78 0.36
Hex A5 14 30 0 58 47 23 15C 4E 24
Octal 245 24 60 0 130 107 43 534 116 44
Binary 10100101 10100 110000 0 1011000 1000111 100011 101011100 1001110 100100

Color Harmonies of #A51430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51430

Black with #A51430

Text Example


Text Example

White with #A51430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51430; }

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

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

background-color css

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

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

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

border-color css

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

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

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