Html Css Color HEX #A31C2A Bright Red

📋 copy color: '#A31C2A'

red 163 ◦ green 28 ◦ blue 42

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

Shades of Bright Red #A31C2A

Tints of Bright Red #A31C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 69.96%
G = 12.02%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A31C2A (or 0xA31C2A) is known color: Bright Red. HEX triplet: A3, 1C and 2A. RGB value is (163,28,42). Sum of RGB (Red+Green+Blue) = 163+28+42=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31C2A is #5CE3D5. Grayscale: #464646. Windows color (decimal): -6087638 or 2759843. OLE color: 2759843.

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

Color convert

RGB 163 28 42 -
CMYK 0 0.83 0.74 0.36
HSL 353.78º 0.71% 0.37% -
HSV(B) 353.78º 0.83% 0.64% -
XYZ 15.94 8.78 3.05 -
YUV 69.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 163 28 42 0 0.83 0.74 0.36 353.78 0.71 0.37
Hex A3 1C 2A 0 53 4A 24 162 47 25
Octal 243 34 52 0 123 112 44 542 107 45
Binary 10100011 11100 101010 0 1010011 1001010 100100 101100010 1000111 100101

Color Harmonies of #A31C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31C2A

Black with #A31C2A

Text Example


Text Example

White with #A31C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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