Html Css Color HEX #A8240C Fire Brick

📋 copy color: '#A8240C'

red 168 ◦ green 36 ◦ blue 12

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

Shades of Fire Brick #A8240C

Tints of Fire Brick #A8240C

RGB

 RED value IS 168 (66.02% from 255) = 77.78%

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 77.78%
G = 16.67%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8240C (or 0xA8240C) is known color: Fire Brick. HEX triplet: A8, 24 and 0C. RGB value is (168,36,12). Sum of RGB (Red+Green+Blue) = 168+36+12=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A8240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8240C is #57DBF3. Grayscale: #484848. Windows color (decimal): -5757940 or 795816. OLE color: 795816.

HSL color Cylindrical-coordinate representation of color #A8240C: hue angle of 9.23º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8240C is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 36 12 -
CMYK 0 0.79 0.93 0.34
HSL 9.23º 0.87% 0.35% -
HSV(B) 9.23º 0.93% 0.66% -
XYZ 16.85 9.61 1.32 -
YUV 72.73 93.73 195.95 -
System Red Green Blue C M Y K H S L
Decimal 168 36 12 0 0.79 0.93 0.34 9.23 0.87 0.35
Hex A8 24 C 0 4F 5D 22 9 57 23
Octal 250 44 14 0 117 135 42 11 127 43
Binary 10101000 100100 1100 0 1001111 1011101 100010 1001 1010111 100011

Color Harmonies of #A8240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8240C

Black with #A8240C

Text Example


Text Example

White with #A8240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8240C; }

 p { color: rgb(168,36,12); }

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

background-color css

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

 a { background-color: rgb(168,36,12); }

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

border-color css

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

 span { border-color: rgb(168,36,12); }

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