Html Css Color HEX #AB200F Fire Brick

📋 copy color: '#AB200F'

red 171 ◦ green 32 ◦ blue 15

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

Shades of Fire Brick #AB200F

Tints of Fire Brick #AB200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 78.44%
G = 14.68%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB200F (or 0xAB200F) is known color: Fire Brick. HEX triplet: AB, 20 and 0F. RGB value is (171,32,15). Sum of RGB (Red+Green+Blue) = 171+32+15=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB200F is #54DFF0. Grayscale: #474747. Windows color (decimal): -5562353 or 991403. OLE color: 991403.

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

Color convert

RGB 171 32 15 -
CMYK 0 0.81 0.91 0.33
HSL 6.54º 0.84% 0.36% -
HSV(B) 6.54º 0.91% 0.67% -
XYZ 17.4 9.73 1.41 -
YUV 71.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 171 32 15 0 0.81 0.91 0.33 6.54 0.84 0.36
Hex AB 20 F 0 51 5B 21 7 54 24
Octal 253 40 17 0 121 133 41 7 124 44
Binary 10101011 100000 1111 0 1010001 1011011 100001 111 1010100 100100

Color Harmonies of #AB200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB200F

Black with #AB200F

Text Example


Text Example

White with #AB200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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