Html Css Color HEX #A31434 Bright Red

📋 copy color: '#A31434'

red 163 ◦ green 20 ◦ blue 52

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

Shades of Bright Red #A31434

Tints of Bright Red #A31434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 69.36%
G = 8.51%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A31434 (or 0xA31434) is known color: Bright Red. HEX triplet: A3, 14 and 34. RGB value is (163,20,52). Sum of RGB (Red+Green+Blue) = 163+20+52=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A31434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31434 is #5CEBCB. Grayscale: #424242. Windows color (decimal): -6089676 or 3413155. OLE color: 3413155.

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

Color convert

RGB 163 20 52 -
CMYK 0 0.88 0.68 0.36
HSL 346.57º 0.78% 0.36% -
HSV(B) 346.57º 0.88% 0.64% -
XYZ 15.97 8.53 4.05 -
YUV 66.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 163 20 52 0 0.88 0.68 0.36 346.57 0.78 0.36
Hex A3 14 34 0 58 44 24 15B 4E 24
Octal 243 24 64 0 130 104 44 533 116 44
Binary 10100011 10100 110100 0 1011000 1000100 100100 101011011 1001110 100100

Color Harmonies of #A31434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31434

Black with #A31434

Text Example


Text Example

White with #A31434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31434; }

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

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

background-color css

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

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

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

border-color css

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

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

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