Html Css Color HEX #A51E2E Bright Red

📋 copy color: '#A51E2E'

red 165 ◦ green 30 ◦ blue 46

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

Shades of Bright Red #A51E2E

Tints of Bright Red #A51E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 68.46%
G = 12.45%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A51E2E (or 0xA51E2E) is known color: Bright Red. HEX triplet: A5, 1E and 2E. RGB value is (165,30,46). Sum of RGB (Red+Green+Blue) = 165+30+46=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E2E is #5AE1D1. Grayscale: #484848. Windows color (decimal): -5956050 or 3022501. OLE color: 3022501.

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

Color convert

RGB 165 30 46 -
CMYK 0 0.82 0.72 0.35
HSL 352.89º 0.69% 0.38% -
HSV(B) 352.89º 0.82% 0.65% -
XYZ 16.47 9.13 3.48 -
YUV 72.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 165 30 46 0 0.82 0.72 0.35 352.89 0.69 0.38
Hex A5 1E 2E 0 52 48 23 161 45 26
Octal 245 36 56 0 122 110 43 541 105 46
Binary 10100101 11110 101110 0 1010010 1001000 100011 101100001 1000101 100110

Color Harmonies of #A51E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E2E

Black with #A51E2E

Text Example


Text Example

White with #A51E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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