Html Css Color HEX #A51E2D Bright Red

📋 copy color: '#A51E2D'

red 165 ◦ green 30 ◦ blue 45

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

Shades of Bright Red #A51E2D

Tints of Bright Red #A51E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 68.75%
G = 12.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A51E2D (or 0xA51E2D) is known color: Bright Red. HEX triplet: A5, 1E and 2D. RGB value is (165,30,45). Sum of RGB (Red+Green+Blue) = 165+30+45=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E2D is #5AE1D2. Grayscale: #484848. Windows color (decimal): -5956051 or 2956965. OLE color: 2956965.

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

Color convert

RGB 165 30 45 -
CMYK 0 0.82 0.73 0.35
HSL 353.33º 0.69% 0.38% -
HSV(B) 353.33º 0.82% 0.65% -
XYZ 16.45 9.12 3.38 -
YUV 72.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 165 30 45 0 0.82 0.73 0.35 353.33 0.69 0.38
Hex A5 1E 2D 0 52 49 23 161 45 26
Octal 245 36 55 0 122 111 43 541 105 46
Binary 10100101 11110 101101 0 1010010 1001001 100011 101100001 1000101 100110

Color Harmonies of #A51E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E2D

Black with #A51E2D

Text Example


Text Example

White with #A51E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E2D; }

 p { color: rgb(165,30,45); }

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

background-color css

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

 a { background-color: rgb(165,30,45); }

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

border-color css

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

 span { border-color: rgb(165,30,45); }

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