Html Css Color HEX #A51533 Bright Red

📋 copy color: '#A51533'

red 165 ◦ green 21 ◦ blue 51

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

Shades of Bright Red #A51533

Tints of Bright Red #A51533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

 BLUE value IS 51 (20.31% from 255) = 21.52%

R = 69.62%
G = 8.86%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A51533 (or 0xA51533) is known color: Bright Red. HEX triplet: A5, 15 and 33. RGB value is (165,21,51). Sum of RGB (Red+Green+Blue) = 165+21+51=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A51533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51533 is #5AEACC. Grayscale: #434343. Windows color (decimal): -5958349 or 3347877. OLE color: 3347877.

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

Color convert

RGB 165 21 51 -
CMYK 0 0.87 0.69 0.35
HSL 347.5º 0.77% 0.36% -
HSV(B) 347.5º 0.87% 0.65% -
XYZ 16.38 8.77 3.96 -
YUV 67.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 165 21 51 0 0.87 0.69 0.35 347.5 0.77 0.36
Hex A5 15 33 0 57 45 23 15C 4D 24
Octal 245 25 63 0 127 105 43 534 115 44
Binary 10100101 10101 110011 0 1010111 1000101 100011 101011100 1001101 100100

Color Harmonies of #A51533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51533

Black with #A51533

Text Example


Text Example

White with #A51533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51533; }

 p { color: rgb(165,21,51); }

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

background-color css

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

 a { background-color: rgb(165,21,51); }

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

border-color css

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

 span { border-color: rgb(165,21,51); }

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