Html Css Color HEX #A31F0B Fire Brick

📋 copy color: '#A31F0B'

red 163 ◦ green 31 ◦ blue 11

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

Shades of Fire Brick #A31F0B

Tints of Fire Brick #A31F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.37%

R = 79.51%
G = 15.12%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A31F0B (or 0xA31F0B) is known color: Fire Brick. HEX triplet: A3, 1F and 0B. RGB value is (163,31,11). Sum of RGB (Red+Green+Blue) = 163+31+11=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31F0B is #5CE0F4. Grayscale: #444444. Windows color (decimal): -6086901 or 728995. OLE color: 728995.

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

Color convert

RGB 163 31 11 -
CMYK 0 0.81 0.93 0.36
HSL 7.89º 0.87% 0.34% -
HSV(B) 7.89º 0.93% 0.64% -
XYZ 15.65 8.79 1.19 -
YUV 68.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 163 31 11 0 0.81 0.93 0.36 7.89 0.87 0.34
Hex A3 1F B 0 51 5D 24 8 57 22
Octal 243 37 13 0 121 135 44 10 127 42
Binary 10100011 11111 1011 0 1010001 1011101 100100 1000 1010111 100010

Color Harmonies of #A31F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F0B

Black with #A31F0B

Text Example


Text Example

White with #A31F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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