Html Css Color HEX #AB290F Fire Brick

📋 copy color: '#AB290F'

red 171 ◦ green 41 ◦ blue 15

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

Shades of Fire Brick #AB290F

Tints of Fire Brick #AB290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 75.33%
G = 18.06%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB290F (or 0xAB290F) is known color: Fire Brick. HEX triplet: AB, 29 and 0F. RGB value is (171,41,15). Sum of RGB (Red+Green+Blue) = 171+41+15=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB290F is #54D6F0. Grayscale: #4D4D4D. Windows color (decimal): -5560049 or 993707. OLE color: 993707.

HSL color Cylindrical-coordinate representation of color #AB290F: hue angle of 10º 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 #AB290F is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 15 -
CMYK 0 0.76 0.91 0.33
HSL 10º 0.84% 0.36% -
HSV(B) 10º 0.91% 0.67% -
XYZ 17.67 10.28 1.5 -
YUV 76.91 93.07 195.11 -
System Red Green Blue C M Y K H S L
Decimal 171 41 15 0 0.76 0.91 0.33 10 0.84 0.36
Hex AB 29 F 0 4C 5B 21 A 54 24
Octal 253 51 17 0 114 133 41 12 124 44
Binary 10101011 101001 1111 0 1001100 1011011 100001 1010 1010100 100100

Color Harmonies of #AB290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB290F

Black with #AB290F

Text Example


Text Example

White with #AB290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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