Html Css Color HEX #AB280F Fire Brick

📋 copy color: '#AB280F'

red 171 ◦ green 40 ◦ blue 15

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

Shades of Fire Brick #AB280F

Tints of Fire Brick #AB280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

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

R = 75.66%
G = 17.7%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB280F (or 0xAB280F) is known color: Fire Brick. HEX triplet: AB, 28 and 0F. RGB value is (171,40,15). Sum of RGB (Red+Green+Blue) = 171+40+15=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB280F is #54D7F0. Grayscale: #4C4C4C. Windows color (decimal): -5560305 or 993451. OLE color: 993451.

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

Color convert

RGB 171 40 15 -
CMYK 0 0.77 0.91 0.33
HSL 9.62º 0.84% 0.36% -
HSV(B) 9.62º 0.91% 0.67% -
XYZ 17.64 10.21 1.49 -
YUV 76.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 171 40 15 0 0.77 0.91 0.33 9.62 0.84 0.36
Hex AB 28 F 0 4D 5B 21 A 54 24
Octal 253 50 17 0 115 133 41 12 124 44
Binary 10101011 101000 1111 0 1001101 1011011 100001 1010 1010100 100100

Color Harmonies of #AB280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB280F

Black with #AB280F

Text Example


Text Example

White with #AB280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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