Html Css Color HEX #A3130E Fire Brick

📋 copy color: '#A3130E'

red 163 ◦ green 19 ◦ blue 14

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

Shades of Fire Brick #A3130E

Tints of Fire Brick #A3130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 83.16%
G = 9.69%
B = 7.14%

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

#A3130E (or 0xA3130E) is known color: Fire Brick. HEX triplet: A3, 13 and 0E. RGB value is (163,19,14). Sum of RGB (Red+Green+Blue) = 163+19+14=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A3130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3130E is #5CECF1. Grayscale: #3D3D3D. Windows color (decimal): -6089970 or 922531. OLE color: 922531.

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

Color convert

RGB 163 19 14 -
CMYK 0 0.88 0.91 0.36
HSL 2.01º 0.84% 0.35% -
HSV(B) 2.01º 0.91% 0.64% -
XYZ 15.42 8.28 1.2 -
YUV 61.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 163 19 14 0 0.88 0.91 0.36 2.01 0.84 0.35
Hex A3 13 E 0 58 5B 24 2 54 23
Octal 243 23 16 0 130 133 44 2 124 43
Binary 10100011 10011 1110 0 1011000 1011011 100100 10 1010100 100011

Color Harmonies of #A3130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3130E

Black with #A3130E

Text Example


Text Example

White with #A3130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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