Html Css Color HEX #A31037 Bright Red

📋 copy color: '#A31037'

red 163 ◦ green 16 ◦ blue 55

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

Shades of Bright Red #A31037

Tints of Bright Red #A31037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

 BLUE value IS 55 (21.88% from 255) = 23.5%

R = 69.66%
G = 6.84%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A31037 (or 0xA31037) is known color: Bright Red. HEX triplet: A3, 10 and 37. RGB value is (163,16,55). Sum of RGB (Red+Green+Blue) = 163+16+55=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A31037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31037 is #5CEFC8. Grayscale: #404040. Windows color (decimal): -6090697 or 3608739. OLE color: 3608739.

HSL color Cylindrical-coordinate representation of color #A31037: hue angle of 344.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31037 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 55 -
CMYK 0 0.90 0.66 0.36
HSL 344.08º 0.82% 0.35% -
HSV(B) 344.08º 0.9% 0.64% -
XYZ 15.98 8.43 4.4 -
YUV 64.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 163 16 55 0 0.90 0.66 0.36 344.08 0.82 0.35
Hex A3 10 37 0 5A 42 24 158 52 23
Octal 243 20 67 0 132 102 44 530 122 43
Binary 10100011 10000 110111 0 1011010 1000010 100100 101011000 1010010 100011

Color Harmonies of #A31037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31037

Black with #A31037

Text Example


Text Example

White with #A31037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31037; }

 p { color: rgb(163,16,55); }

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

background-color css

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

 a { background-color: rgb(163,16,55); }

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

border-color css

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

 span { border-color: rgb(163,16,55); }

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