Html Css Color HEX #A31828 Bright Red

📋 copy color: '#A31828'

red 163 ◦ green 24 ◦ blue 40

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

Shades of Bright Red #A31828

Tints of Bright Red #A31828

RGB

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

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

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

R = 71.81%
G = 10.57%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A31828 (or 0xA31828) is known color: Bright Red. HEX triplet: A3, 18 and 28. RGB value is (163,24,40). Sum of RGB (Red+Green+Blue) = 163+24+40=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A31828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31828 is #5CE7D7. Grayscale: #434343. Windows color (decimal): -6088664 or 2627747. OLE color: 2627747.

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

Color convert

RGB 163 24 40 -
CMYK 0 0.85 0.75 0.36
HSL 353.09º 0.74% 0.37% -
HSV(B) 353.09º 0.85% 0.64% -
XYZ 15.81 8.59 2.83 -
YUV 67.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 163 24 40 0 0.85 0.75 0.36 353.09 0.74 0.37
Hex A3 18 28 0 55 4B 24 161 4A 25
Octal 243 30 50 0 125 113 44 541 112 45
Binary 10100011 11000 101000 0 1010101 1001011 100100 101100001 1001010 100101

Color Harmonies of #A31828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31828

Black with #A31828

Text Example


Text Example

White with #A31828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31828; }

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

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

background-color css

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

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

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

border-color css

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

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

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