Html Css Color HEX #A31C3F Bright Red

📋 copy color: '#A31C3F'

red 163 ◦ green 28 ◦ blue 63

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

Shades of Bright Red #A31C3F

Tints of Bright Red #A31C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 64.17%
G = 11.02%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A31C3F (or 0xA31C3F) is known color: Bright Red. HEX triplet: A3, 1C and 3F. RGB value is (163,28,63). Sum of RGB (Red+Green+Blue) = 163+28+63=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31C3F is #5CE3C0. Grayscale: #484848. Windows color (decimal): -6087617 or 4136099. OLE color: 4136099.

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

Color convert

RGB 163 28 63 -
CMYK 0 0.83 0.61 0.36
HSL 344.44º 0.71% 0.37% -
HSV(B) 344.44º 0.83% 0.64% -
XYZ 16.42 8.98 5.57 -
YUV 72.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 163 28 63 0 0.83 0.61 0.36 344.44 0.71 0.37
Hex A3 1C 3F 0 53 3D 24 158 47 25
Octal 243 34 77 0 123 75 44 530 107 45
Binary 10100011 11100 111111 0 1010011 111101 100100 101011000 1000111 100101

Color Harmonies of #A31C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31C3F

Black with #A31C3F

Text Example


Text Example

White with #A31C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31C3F; }

 p { color: rgb(163,28,63); }

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

background-color css

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

 a { background-color: rgb(163,28,63); }

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

border-color css

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

 span { border-color: rgb(163,28,63); }

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