Html Css Color HEX #AB240F Fire Brick

📋 copy color: '#AB240F'

red 171 ◦ green 36 ◦ blue 15

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

Shades of Fire Brick #AB240F

Tints of Fire Brick #AB240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 77.03%
G = 16.22%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB240F (or 0xAB240F) is known color: Fire Brick. HEX triplet: AB, 24 and 0F. RGB value is (171,36,15). Sum of RGB (Red+Green+Blue) = 171+36+15=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB240F is #54DBF0. Grayscale: #4A4A4A. Windows color (decimal): -5561329 or 992427. OLE color: 992427.

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

Color convert

RGB 171 36 15 -
CMYK 0 0.79 0.91 0.33
HSL 8.08º 0.84% 0.36% -
HSV(B) 8.08º 0.91% 0.67% -
XYZ 17.51 9.95 1.45 -
YUV 73.97 94.73 197.21 -
System Red Green Blue C M Y K H S L
Decimal 171 36 15 0 0.79 0.91 0.33 8.08 0.84 0.36
Hex AB 24 F 0 4F 5B 21 8 54 24
Octal 253 44 17 0 117 133 41 10 124 44
Binary 10101011 100100 1111 0 1001111 1011011 100001 1000 1010100 100100

Color Harmonies of #AB240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB240F

Black with #AB240F

Text Example


Text Example

White with #AB240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB240F; }

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

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

background-color css

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

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

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

border-color css

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

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

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