Html Css Color HEX #A31F0F Fire Brick

📋 copy color: '#A31F0F'

red 163 ◦ green 31 ◦ blue 15

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

Shades of Fire Brick #A31F0F

Tints of Fire Brick #A31F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 77.99%
G = 14.83%
B = 7.18%

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

#A31F0F (or 0xA31F0F) is known color: Fire Brick. HEX triplet: A3, 1F and 0F. RGB value is (163,31,15). Sum of RGB (Red+Green+Blue) = 163+31+15=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31F0F is #5CE0F0. Grayscale: #444444. Windows color (decimal): -6086897 or 991139. OLE color: 991139.

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

Color convert

RGB 163 31 15 -
CMYK 0 0.81 0.91 0.36
HSL 6.49º 0.83% 0.35% -
HSV(B) 6.49º 0.91% 0.64% -
XYZ 15.68 8.8 1.32 -
YUV 68.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 163 31 15 0 0.81 0.91 0.36 6.49 0.83 0.35
Hex A3 1F F 0 51 5B 24 6 53 23
Octal 243 37 17 0 121 133 44 6 123 43
Binary 10100011 11111 1111 0 1010001 1011011 100100 110 1010011 100011

Color Harmonies of #A31F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F0F

Black with #A31F0F

Text Example


Text Example

White with #A31F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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