Html Css Color HEX #AB240C Fire Brick

📋 copy color: '#AB240C'

red 171 ◦ green 36 ◦ blue 12

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

Shades of Fire Brick #AB240C

Tints of Fire Brick #AB240C

RGB

 RED value IS 171 (67.19% from 255) = 78.08%

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

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

R = 78.08%
G = 16.44%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB240C (or 0xAB240C) is known color: Fire Brick. HEX triplet: AB, 24 and 0C. RGB value is (171,36,12). Sum of RGB (Red+Green+Blue) = 171+36+12=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB240C is #54DBF3. Grayscale: #494949. Windows color (decimal): -5561332 or 795819. OLE color: 795819.

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

Color convert

RGB 171 36 12 -
CMYK 0 0.79 0.93 0.33
HSL 9.06º 0.87% 0.36% -
HSV(B) 9.06º 0.93% 0.67% -
XYZ 17.49 9.95 1.35 -
YUV 73.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 171 36 12 0 0.79 0.93 0.33 9.06 0.87 0.36
Hex AB 24 C 0 4F 5D 21 9 57 24
Octal 253 44 14 0 117 135 41 11 127 44
Binary 10101011 100100 1100 0 1001111 1011101 100001 1001 1010111 100100

Color Harmonies of #AB240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB240C

Black with #AB240C

Text Example


Text Example

White with #AB240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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