Html Css Color HEX #A31528 Bright Red

📋 copy color: '#A31528'

red 163 ◦ green 21 ◦ blue 40

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

Shades of Bright Red #A31528

Tints of Bright Red #A31528

RGB

 RED value IS 163 (64.06% from 255) = 72.77%

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 40 (16.02% from 255) = 17.86%

R = 72.77%
G = 9.38%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A31528 (or 0xA31528) is known color: Bright Red. HEX triplet: A3, 15 and 28. RGB value is (163,21,40). Sum of RGB (Red+Green+Blue) = 163+21+40=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A31528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31528 is #5CEAD7. Grayscale: #414141. Windows color (decimal): -6089432 or 2626979. OLE color: 2626979.

HSL color Cylindrical-coordinate representation of color #A31528: hue angle of 351.97º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31528 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 40 -
CMYK 0 0.87 0.75 0.36
HSL 351.97º 0.77% 0.36% -
HSV(B) 351.97º 0.87% 0.64% -
XYZ 15.76 8.48 2.81 -
YUV 65.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 163 21 40 0 0.87 0.75 0.36 351.97 0.77 0.36
Hex A3 15 28 0 57 4B 24 160 4D 24
Octal 243 25 50 0 127 113 44 540 115 44
Binary 10100011 10101 101000 0 1010111 1001011 100100 101100000 1001101 100100

Color Harmonies of #A31528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31528

Black with #A31528

Text Example


Text Example

White with #A31528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31528; }

 p { color: rgb(163,21,40); }

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

background-color css

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

 a { background-color: rgb(163,21,40); }

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

border-color css

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

 span { border-color: rgb(163,21,40); }

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