Html Css Color HEX #A3110F Fire Brick

📋 copy color: '#A3110F'

red 163 ◦ green 17 ◦ blue 15

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

Shades of Fire Brick #A3110F

Tints of Fire Brick #A3110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

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

R = 83.59%
G = 8.72%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3110F (or 0xA3110F) is known color: Fire Brick. HEX triplet: A3, 11 and 0F. RGB value is (163,17,15). Sum of RGB (Red+Green+Blue) = 163+17+15=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A3110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3110F is #5CEEF0. Grayscale: #3C3C3C. Windows color (decimal): -6090481 or 987555. OLE color: 987555.

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

Color convert

RGB 163 17 15 -
CMYK 0 0.90 0.91 0.36
HSL 0.81º 0.83% 0.35% -
HSV(B) 0.81º 0.91% 0.64% -
XYZ 15.39 8.22 1.23 -
YUV 60.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 163 17 15 0 0.90 0.91 0.36 0.81 0.83 0.35
Hex A3 11 F 0 5A 5B 24 1 53 23
Octal 243 21 17 0 132 133 44 1 123 43
Binary 10100011 10001 1111 0 1011010 1011011 100100 1 1010011 100011

Color Harmonies of #A3110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3110F

Black with #A3110F

Text Example


Text Example

White with #A3110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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