Html Css Color HEX #A51A27 Bright Red

📋 copy color: '#A51A27'

red 165 ◦ green 26 ◦ blue 39

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

Shades of Bright Red #A51A27

Tints of Bright Red #A51A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.3%

 BLUE value IS 39 (15.63% from 255) = 16.96%

R = 71.74%
G = 11.3%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A51A27 (or 0xA51A27) is known color: Bright Red. HEX triplet: A5, 1A and 27. RGB value is (165,26,39). Sum of RGB (Red+Green+Blue) = 165+26+39=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A27 is #5AE5D8. Grayscale: #454545. Windows color (decimal): -5957081 or 2562725. OLE color: 2562725.

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

Color convert

RGB 165 26 39 -
CMYK 0 0.84 0.76 0.35
HSL 354.39º 0.73% 0.37% -
HSV(B) 354.39º 0.84% 0.65% -
XYZ 16.25 8.88 2.78 -
YUV 69.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 165 26 39 0 0.84 0.76 0.35 354.39 0.73 0.37
Hex A5 1A 27 0 54 4C 23 162 49 25
Octal 245 32 47 0 124 114 43 542 111 45
Binary 10100101 11010 100111 0 1010100 1001100 100011 101100010 1001001 100101

Color Harmonies of #A51A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A27

Black with #A51A27

Text Example


Text Example

White with #A51A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A27; }

 p { color: rgb(165,26,39); }

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

background-color css

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

 a { background-color: rgb(165,26,39); }

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

border-color css

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

 span { border-color: rgb(165,26,39); }

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