Html Css Color HEX #A51836 Bright Red

📋 copy color: '#A51836'

red 165 ◦ green 24 ◦ blue 54

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

Shades of Bright Red #A51836

Tints of Bright Red #A51836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

 BLUE value IS 54 (21.48% from 255) = 22.22%

R = 67.9%
G = 9.88%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A51836 (or 0xA51836) is known color: Bright Red. HEX triplet: A5, 18 and 36. RGB value is (165,24,54). Sum of RGB (Red+Green+Blue) = 165+24+54=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A51836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51836 is #5AE7C9. Grayscale: #454545. Windows color (decimal): -5957578 or 3545253. OLE color: 3545253.

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

Color convert

RGB 165 24 54 -
CMYK 0 0.85 0.67 0.35
HSL 347.23º 0.75% 0.37% -
HSV(B) 347.23º 0.85% 0.65% -
XYZ 16.51 8.92 4.34 -
YUV 69.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 165 24 54 0 0.85 0.67 0.35 347.23 0.75 0.37
Hex A5 18 36 0 55 43 23 15B 4B 25
Octal 245 30 66 0 125 103 43 533 113 45
Binary 10100101 11000 110110 0 1010101 1000011 100011 101011011 1001011 100101

Color Harmonies of #A51836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51836

Black with #A51836

Text Example


Text Example

White with #A51836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51836; }

 p { color: rgb(165,24,54); }

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

background-color css

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

 a { background-color: rgb(165,24,54); }

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

border-color css

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

 span { border-color: rgb(165,24,54); }

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