Html Css Color HEX #A31C14 Fire Brick

📋 copy color: '#A31C14'

red 163 ◦ green 28 ◦ blue 20

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

Shades of Fire Brick #A31C14

Tints of Fire Brick #A31C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 77.25%
G = 13.27%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A31C14 (or 0xA31C14) is known color: Fire Brick. HEX triplet: A3, 1C and 14. RGB value is (163,28,20). Sum of RGB (Red+Green+Blue) = 163+28+20=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31C14 is #5CE3EB. Grayscale: #434343. Windows color (decimal): -6087660 or 1318051. OLE color: 1318051.

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

Color convert

RGB 163 28 20 -
CMYK 0 0.83 0.88 0.36
HSL 3.36º 0.78% 0.36% -
HSV(B) 3.36º 0.88% 0.64% -
XYZ 15.65 8.67 1.51 -
YUV 67.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 163 28 20 0 0.83 0.88 0.36 3.36 0.78 0.36
Hex A3 1C 14 0 53 58 24 3 4E 24
Octal 243 34 24 0 123 130 44 3 116 44
Binary 10100011 11100 10100 0 1010011 1011000 100100 11 1001110 100100

Color Harmonies of #A31C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31C14

Black with #A31C14

Text Example


Text Example

White with #A31C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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