Html Css Color HEX #A31F0D Fire Brick

📋 copy color: '#A31F0D'

red 163 ◦ green 31 ◦ blue 13

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

Shades of Fire Brick #A31F0D

Tints of Fire Brick #A31F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 78.74%
G = 14.98%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A31F0D (or 0xA31F0D) is known color: Fire Brick. HEX triplet: A3, 1F and 0D. RGB value is (163,31,13). Sum of RGB (Red+Green+Blue) = 163+31+13=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31F0D is #5CE0F2. Grayscale: #444444. Windows color (decimal): -6086899 or 860067. OLE color: 860067.

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

Color convert

RGB 163 31 13 -
CMYK 0 0.81 0.92 0.36
HSL 7.2º 0.85% 0.35% -
HSV(B) 7.2º 0.92% 0.64% -
XYZ 15.67 8.8 1.25 -
YUV 68.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 163 31 13 0 0.81 0.92 0.36 7.2 0.85 0.35
Hex A3 1F D 0 51 5C 24 7 55 23
Octal 243 37 15 0 121 134 44 7 125 43
Binary 10100011 11111 1101 0 1010001 1011100 100100 111 1010101 100011

Color Harmonies of #A31F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F0D

Black with #A31F0D

Text Example


Text Example

White with #A31F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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