Html Css Color HEX #A31A3C Bright Red

📋 copy color: '#A31A3C'

red 163 ◦ green 26 ◦ blue 60

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

Shades of Bright Red #A31A3C

Tints of Bright Red #A31A3C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 65.46%
G = 10.44%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A31A3C (or 0xA31A3C) is known color: Bright Red. HEX triplet: A3, 1A and 3C. RGB value is (163,26,60). Sum of RGB (Red+Green+Blue) = 163+26+60=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31A3C is #5CE5C3. Grayscale: #464646. Windows color (decimal): -6088132 or 3938979. OLE color: 3938979.

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

Color convert

RGB 163 26 60 -
CMYK 0 0.84 0.63 0.36
HSL 345.11º 0.72% 0.37% -
HSV(B) 345.11º 0.84% 0.64% -
XYZ 16.29 8.85 5.12 -
YUV 70.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 163 26 60 0 0.84 0.63 0.36 345.11 0.72 0.37
Hex A3 1A 3C 0 54 3F 24 159 48 25
Octal 243 32 74 0 124 77 44 531 110 45
Binary 10100011 11010 111100 0 1010100 111111 100100 101011001 1001000 100101

Color Harmonies of #A31A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31A3C

Black with #A31A3C

Text Example


Text Example

White with #A31A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31A3C; }

 p { color: rgb(163,26,60); }

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

background-color css

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

 a { background-color: rgb(163,26,60); }

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

border-color css

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

 span { border-color: rgb(163,26,60); }

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