Html Css Color HEX #A3130F Fire Brick

📋 copy color: '#A3130F'

red 163 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #A3130F

Tints of Fire Brick #A3130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

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

R = 82.74%
G = 9.64%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3130F (or 0xA3130F) is known color: Fire Brick. HEX triplet: A3, 13 and 0F. RGB value is (163,19,15). Sum of RGB (Red+Green+Blue) = 163+19+15=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A3130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3130F is #5CECF0. Grayscale: #3D3D3D. Windows color (decimal): -6089969 or 988067. OLE color: 988067.

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

Color convert

RGB 163 19 15 -
CMYK 0 0.88 0.91 0.36
HSL 1.62º 0.83% 0.35% -
HSV(B) 1.62º 0.91% 0.64% -
XYZ 15.42 8.29 1.24 -
YUV 61.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 163 19 15 0 0.88 0.91 0.36 1.62 0.83 0.35
Hex A3 13 F 0 58 5B 24 2 53 23
Octal 243 23 17 0 130 133 44 2 123 43
Binary 10100011 10011 1111 0 1011000 1011011 100100 10 1010011 100011

Color Harmonies of #A3130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3130F

Black with #A3130F

Text Example


Text Example

White with #A3130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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