Html Css Color HEX #A31A1F Bright Red

📋 copy color: '#A31A1F'

red 163 ◦ green 26 ◦ blue 31

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

Shades of Bright Red #A31A1F

Tints of Bright Red #A31A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 74.09%
G = 11.82%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A31A1F (or 0xA31A1F) is known color: Bright Red. HEX triplet: A3, 1A and 1F. RGB value is (163,26,31). Sum of RGB (Red+Green+Blue) = 163+26+31=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31A1F is #5CE5E0. Grayscale: #434343. Windows color (decimal): -6088161 or 2038435. OLE color: 2038435.

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

Color convert

RGB 163 26 31 -
CMYK 0 0.84 0.81 0.36
HSL 357.81º 0.72% 0.37% -
HSV(B) 357.81º 0.84% 0.64% -
XYZ 15.72 8.62 2.13 -
YUV 67.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 163 26 31 0 0.84 0.81 0.36 357.81 0.72 0.37
Hex A3 1A 1F 0 54 51 24 166 48 25
Octal 243 32 37 0 124 121 44 546 110 45
Binary 10100011 11010 11111 0 1010100 1010001 100100 101100110 1001000 100101

Color Harmonies of #A31A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31A1F

Black with #A31A1F

Text Example


Text Example

White with #A31A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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