Html Css Color HEX #A3130A Fire Brick

📋 copy color: '#A3130A'

red 163 ◦ green 19 ◦ blue 10

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

Shades of Fire Brick #A3130A

Tints of Fire Brick #A3130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.21%

R = 84.9%
G = 9.9%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3130A (or 0xA3130A) is known color: Fire Brick. HEX triplet: A3, 13 and 0A. RGB value is (163,19,10). Sum of RGB (Red+Green+Blue) = 163+19+10=192 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.90% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 163 - color contains mainly: red. Hex color #A3130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3130A is #5CECF5. Grayscale: #3D3D3D. Windows color (decimal): -6089974 or 660387. OLE color: 660387.

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

Color convert

RGB 163 19 10 -
CMYK 0 0.88 0.94 0.36
HSL 3.53º 0.88% 0.34% -
HSV(B) 3.53º 0.94% 0.64% -
XYZ 15.39 8.27 1.07 -
YUV 61.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 163 19 10 0 0.88 0.94 0.36 3.53 0.88 0.34
Hex A3 13 A 0 58 5E 24 4 58 22
Octal 243 23 12 0 130 136 44 4 130 42
Binary 10100011 10011 1010 0 1011000 1011110 100100 100 1011000 100010

Color Harmonies of #A3130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3130A

Black with #A3130A

Text Example


Text Example

White with #A3130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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