Html Css Color HEX #A4170C Fire Brick

📋 copy color: '#A4170C'

red 164 ◦ green 23 ◦ blue 12

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

Shades of Fire Brick #A4170C

Tints of Fire Brick #A4170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.56%

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 82.41%
G = 11.56%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4170C (or 0xA4170C) is known color: Fire Brick. HEX triplet: A4, 17 and 0C. RGB value is (164,23,12). Sum of RGB (Red+Green+Blue) = 164+23+12=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A4170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4170C is #5BE8F3. Grayscale: #404040. Windows color (decimal): -6023412 or 792484. OLE color: 792484.

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

Color convert

RGB 164 23 12 -
CMYK 0 0.86 0.93 0.36
HSL 4.34º 0.86% 0.35% -
HSV(B) 4.34º 0.93% 0.64% -
XYZ 15.68 8.53 1.17 -
YUV 63.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 164 23 12 0 0.86 0.93 0.36 4.34 0.86 0.35
Hex A4 17 C 0 56 5D 24 4 56 23
Octal 244 27 14 0 126 135 44 4 126 43
Binary 10100100 10111 1100 0 1010110 1011101 100100 100 1010110 100011

Color Harmonies of #A4170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4170C

Black with #A4170C

Text Example


Text Example

White with #A4170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4170C; }

 p { color: rgb(164,23,12); }

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

background-color css

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

 a { background-color: rgb(164,23,12); }

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

border-color css

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

 span { border-color: rgb(164,23,12); }

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