Html Css Color HEX #A51E38 Bright Red

📋 copy color: '#A51E38'

red 165 ◦ green 30 ◦ blue 56

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

Shades of Bright Red #A51E38

Tints of Bright Red #A51E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 65.74%
G = 11.95%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A51E38 (or 0xA51E38) is known color: Bright Red. HEX triplet: A5, 1E and 38. RGB value is (165,30,56). Sum of RGB (Red+Green+Blue) = 165+30+56=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E38 is #5AE1C7. Grayscale: #494949. Windows color (decimal): -5956040 or 3677861. OLE color: 3677861.

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

Color convert

RGB 165 30 56 -
CMYK 0 0.82 0.66 0.35
HSL 348.44º 0.69% 0.38% -
HSV(B) 348.44º 0.82% 0.65% -
XYZ 16.7 9.21 4.64 -
YUV 73.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 165 30 56 0 0.82 0.66 0.35 348.44 0.69 0.38
Hex A5 1E 38 0 52 42 23 15C 45 26
Octal 245 36 70 0 122 102 43 534 105 46
Binary 10100101 11110 111000 0 1010010 1000010 100011 101011100 1000101 100110

Color Harmonies of #A51E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E38

Black with #A51E38

Text Example


Text Example

White with #A51E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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