Html Css Color HEX #A31432 Bright Red

📋 copy color: '#A31432'

red 163 ◦ green 20 ◦ blue 50

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

Shades of Bright Red #A31432

Tints of Bright Red #A31432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 69.96%
G = 8.58%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A31432 (or 0xA31432) is known color: Bright Red. HEX triplet: A3, 14 and 32. RGB value is (163,20,50). Sum of RGB (Red+Green+Blue) = 163+20+50=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A31432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31432 is #5CEBCD. Grayscale: #424242. Windows color (decimal): -6089678 or 3282083. OLE color: 3282083.

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

Color convert

RGB 163 20 50 -
CMYK 0 0.88 0.69 0.36
HSL 347.41º 0.78% 0.36% -
HSV(B) 347.41º 0.88% 0.64% -
XYZ 15.93 8.52 3.82 -
YUV 66.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 163 20 50 0 0.88 0.69 0.36 347.41 0.78 0.36
Hex A3 14 32 0 58 45 24 15B 4E 24
Octal 243 24 62 0 130 105 44 533 116 44
Binary 10100011 10100 110010 0 1011000 1000101 100100 101011011 1001110 100100

Color Harmonies of #A31432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31432

Black with #A31432

Text Example


Text Example

White with #A31432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31432; }

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

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

background-color css

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

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

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

border-color css

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

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

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