Html Css Color HEX #A31C07 Fire Brick

📋 copy color: '#A31C07'

red 163 ◦ green 28 ◦ blue 7

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

Shades of Fire Brick #A31C07

Tints of Fire Brick #A31C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 82.32%
G = 14.14%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A31C07 (or 0xA31C07) is known color: Fire Brick. HEX triplet: A3, 1C and 07. RGB value is (163,28,7). Sum of RGB (Red+Green+Blue) = 163+28+7=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31C07 is #5CE3F8. Grayscale: #424242. Windows color (decimal): -6087673 or 466083. OLE color: 466083.

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

Color convert

RGB 163 28 7 -
CMYK 0 0.83 0.96 0.36
HSL 8.08º 0.92% 0.33% -
HSV(B) 8.08º 0.96% 0.64% -
XYZ 15.56 8.63 1.05 -
YUV 65.97 94.73 197.21 -
System Red Green Blue C M Y K H S L
Decimal 163 28 7 0 0.83 0.96 0.36 8.08 0.92 0.33
Hex A3 1C 7 0 53 60 24 8 5C 21
Octal 243 34 7 0 123 140 44 10 134 41
Binary 10100011 11100 111 0 1010011 1100000 100100 1000 1011100 100001

Color Harmonies of #A31C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31C07

Black with #A31C07

Text Example


Text Example

White with #A31C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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