Html Css Color HEX #A51432 Bright Red

📋 copy color: '#A51432'

red 165 ◦ green 20 ◦ blue 50

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

Shades of Bright Red #A51432

Tints of Bright Red #A51432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.28%

R = 70.21%
G = 8.51%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A51432 (or 0xA51432) is known color: Bright Red. HEX triplet: A5, 14 and 32. RGB value is (165,20,50). Sum of RGB (Red+Green+Blue) = 165+20+50=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A51432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51432 is #5AEBCD. Grayscale: #424242. Windows color (decimal): -5958606 or 3282085. OLE color: 3282085.

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

Color convert

RGB 165 20 50 -
CMYK 0 0.88 0.70 0.35
HSL 347.59º 0.78% 0.36% -
HSV(B) 347.59º 0.88% 0.65% -
XYZ 16.34 8.73 3.84 -
YUV 66.78 118.54 198.06 -
System Red Green Blue C M Y K H S L
Decimal 165 20 50 0 0.88 0.70 0.35 347.59 0.78 0.36
Hex A5 14 32 0 58 46 23 15C 4E 24
Octal 245 24 62 0 130 106 43 534 116 44
Binary 10100101 10100 110010 0 1011000 1000110 100011 101011100 1001110 100100

Color Harmonies of #A51432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51432

Black with #A51432

Text Example


Text Example

White with #A51432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51432; }

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

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

background-color css

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

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

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

border-color css

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

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

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