Html Css Color HEX #AB240D Fire Brick

📋 copy color: '#AB240D'

red 171 ◦ green 36 ◦ blue 13

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

Shades of Fire Brick #AB240D

Tints of Fire Brick #AB240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 77.73%
G = 16.36%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB240D (or 0xAB240D) is known color: Fire Brick. HEX triplet: AB, 24 and 0D. RGB value is (171,36,13). Sum of RGB (Red+Green+Blue) = 171+36+13=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB240D is #54DBF2. Grayscale: #494949. Windows color (decimal): -5561331 or 861355. OLE color: 861355.

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

Color convert

RGB 171 36 13 -
CMYK 0 0.79 0.92 0.33
HSL 8.73º 0.86% 0.36% -
HSV(B) 8.73º 0.92% 0.67% -
XYZ 17.5 9.95 1.38 -
YUV 73.74 93.73 197.37 -
System Red Green Blue C M Y K H S L
Decimal 171 36 13 0 0.79 0.92 0.33 8.73 0.86 0.36
Hex AB 24 D 0 4F 5C 21 9 56 24
Octal 253 44 15 0 117 134 41 11 126 44
Binary 10101011 100100 1101 0 1001111 1011100 100001 1001 1010110 100100

Color Harmonies of #AB240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB240D

Black with #AB240D

Text Example


Text Example

White with #AB240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB240D; }

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

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

background-color css

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

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

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

border-color css

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

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

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