Html Css Color HEX #A31F0E Fire Brick

📋 copy color: '#A31F0E'

red 163 ◦ green 31 ◦ blue 14

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

Shades of Fire Brick #A31F0E

Tints of Fire Brick #A31F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.9%

 BLUE value IS 14 (5.86% from 255) = 6.73%

R = 78.37%
G = 14.9%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A31F0E (or 0xA31F0E) is known color: Fire Brick. HEX triplet: A3, 1F and 0E. RGB value is (163,31,14). Sum of RGB (Red+Green+Blue) = 163+31+14=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31F0E is #5CE0F1. Grayscale: #444444. Windows color (decimal): -6086898 or 925603. OLE color: 925603.

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

Color convert

RGB 163 31 14 -
CMYK 0 0.81 0.91 0.36
HSL 6.85º 0.84% 0.35% -
HSV(B) 6.85º 0.91% 0.64% -
XYZ 15.67 8.8 1.29 -
YUV 68.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 163 31 14 0 0.81 0.91 0.36 6.85 0.84 0.35
Hex A3 1F E 0 51 5B 24 7 54 23
Octal 243 37 16 0 121 133 44 7 124 43
Binary 10100011 11111 1110 0 1010001 1011011 100100 111 1010100 100011

Color Harmonies of #A31F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F0E

Black with #A31F0E

Text Example


Text Example

White with #A31F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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