Html Css Color HEX #A31436 Bright Red

📋 copy color: '#A31436'

red 163 ◦ green 20 ◦ blue 54

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

Shades of Bright Red #A31436

Tints of Bright Red #A31436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 68.78%
G = 8.44%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A31436 (or 0xA31436) is known color: Bright Red. HEX triplet: A3, 14 and 36. RGB value is (163,20,54). Sum of RGB (Red+Green+Blue) = 163+20+54=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A31436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31436 is #5CEBC9. Grayscale: #424242. Windows color (decimal): -6089674 or 3544227. OLE color: 3544227.

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

Color convert

RGB 163 20 54 -
CMYK 0 0.88 0.67 0.36
HSL 345.73º 0.78% 0.36% -
HSV(B) 345.73º 0.88% 0.64% -
XYZ 16.02 8.55 4.3 -
YUV 66.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 163 20 54 0 0.88 0.67 0.36 345.73 0.78 0.36
Hex A3 14 36 0 58 43 24 15A 4E 24
Octal 243 24 66 0 130 103 44 532 116 44
Binary 10100011 10100 110110 0 1011000 1000011 100100 101011010 1001110 100100

Color Harmonies of #A31436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31436

Black with #A31436

Text Example


Text Example

White with #A31436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31436; }

 p { color: rgb(163,20,54); }

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

background-color css

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

 a { background-color: rgb(163,20,54); }

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

border-color css

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

 span { border-color: rgb(163,20,54); }

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