Html Css Color HEX #A31538 Bright Red

📋 copy color: '#A31538'

red 163 ◦ green 21 ◦ blue 56

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

Shades of Bright Red #A31538

Tints of Bright Red #A31538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 67.92%
G = 8.75%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A31538 (or 0xA31538) is known color: Bright Red. HEX triplet: A3, 15 and 38. RGB value is (163,21,56). Sum of RGB (Red+Green+Blue) = 163+21+56=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A31538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31538 is #5CEAC7. Grayscale: #434343. Windows color (decimal): -6089416 or 3675555. OLE color: 3675555.

HSL color Cylindrical-coordinate representation of color #A31538: hue angle of 345.21º 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 #A31538 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 56 -
CMYK 0 0.87 0.66 0.36
HSL 345.21º 0.77% 0.36% -
HSV(B) 345.21º 0.87% 0.64% -
XYZ 16.09 8.61 4.56 -
YUV 67.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 163 21 56 0 0.87 0.66 0.36 345.21 0.77 0.36
Hex A3 15 38 0 57 42 24 159 4D 24
Octal 243 25 70 0 127 102 44 531 115 44
Binary 10100011 10101 111000 0 1010111 1000010 100100 101011001 1001101 100100

Color Harmonies of #A31538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31538

Black with #A31538

Text Example


Text Example

White with #A31538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31538; }

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

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

background-color css

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

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

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

border-color css

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

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

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