Html Css Color HEX #A51631 Bright Red

📋 copy color: '#A51631'

red 165 ◦ green 22 ◦ blue 49

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

Shades of Bright Red #A51631

Tints of Bright Red #A51631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

 BLUE value IS 49 (19.53% from 255) = 20.76%

R = 69.92%
G = 9.32%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A51631 (or 0xA51631) is known color: Bright Red. HEX triplet: A5, 16 and 31. RGB value is (165,22,49). Sum of RGB (Red+Green+Blue) = 165+22+49=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A51631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51631 is #5AE9CE. Grayscale: #434343. Windows color (decimal): -5958095 or 3217061. OLE color: 3217061.

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

Color convert

RGB 165 22 49 -
CMYK 0 0.87 0.70 0.35
HSL 348.67º 0.76% 0.37% -
HSV(B) 348.67º 0.87% 0.65% -
XYZ 16.36 8.79 3.74 -
YUV 67.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 165 22 49 0 0.87 0.70 0.35 348.67 0.76 0.37
Hex A5 16 31 0 57 46 23 15D 4C 25
Octal 245 26 61 0 127 106 43 535 114 45
Binary 10100101 10110 110001 0 1010111 1000110 100011 101011101 1001100 100101

Color Harmonies of #A51631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51631

Black with #A51631

Text Example


Text Example

White with #A51631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51631; }

 p { color: rgb(165,22,49); }

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

background-color css

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

 a { background-color: rgb(165,22,49); }

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

border-color css

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

 span { border-color: rgb(165,22,49); }

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