Html Css Color HEX #A4130A Fire Brick

📋 copy color: '#A4130A'

red 164 ◦ green 19 ◦ blue 10

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

Shades of Fire Brick #A4130A

Tints of Fire Brick #A4130A

RGB

 RED value IS 164 (64.45% from 255) = 84.97%

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

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

R = 84.97%
G = 9.84%
B = 5.18%

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

#A4130A (or 0xA4130A) is known color: Fire Brick. HEX triplet: A4, 13 and 0A. RGB value is (164,19,10). Sum of RGB (Red+Green+Blue) = 164+19+10=193 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.97% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 164 - color contains mainly: red. Hex color #A4130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4130A is #5BECF5. Grayscale: #3D3D3D. Windows color (decimal): -6024438 or 660388. OLE color: 660388.

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

Color convert

RGB 164 19 10 -
CMYK 0 0.88 0.94 0.36
HSL 3.51º 0.89% 0.34% -
HSV(B) 3.51º 0.94% 0.64% -
XYZ 15.6 8.38 1.08 -
YUV 61.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 164 19 10 0 0.88 0.94 0.36 3.51 0.89 0.34
Hex A4 13 A 0 58 5E 24 4 59 22
Octal 244 23 12 0 130 136 44 4 131 42
Binary 10100100 10011 1010 0 1011000 1011110 100100 100 1011001 100010

Color Harmonies of #A4130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4130A

Black with #A4130A

Text Example


Text Example

White with #A4130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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