Html Css Color HEX #AB2F17 Fire Brick

📋 copy color: '#AB2F17'

red 171 ◦ green 47 ◦ blue 23

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

Shades of Fire Brick #AB2F17

Tints of Fire Brick #AB2F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

 BLUE value IS 23 (9.38% from 255) = 9.54%

R = 70.95%
G = 19.5%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB2F17 (or 0xAB2F17) is known color: Fire Brick. HEX triplet: AB, 2F and 17. RGB value is (171,47,23). Sum of RGB (Red+Green+Blue) = 171+47+23=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F17 is #54D0E8. Grayscale: #515151. Windows color (decimal): -5558505 or 1519531. OLE color: 1519531.

HSL color Cylindrical-coordinate representation of color #AB2F17: hue angle of 9.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB2F17 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 47 23 -
CMYK 0 0.73 0.87 0.33
HSL 9.73º 0.76% 0.38% -
HSV(B) 9.73º 0.87% 0.67% -
XYZ 17.97 10.75 1.94 -
YUV 81.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 171 47 23 0 0.73 0.87 0.33 9.73 0.76 0.38
Hex AB 2F 17 0 49 57 21 A 4C 26
Octal 253 57 27 0 111 127 41 12 114 46
Binary 10101011 101111 10111 0 1001001 1010111 100001 1010 1001100 100110

Color Harmonies of #AB2F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F17

Black with #AB2F17

Text Example


Text Example

White with #AB2F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F17; }

 p { color: rgb(171,47,23); }

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

background-color css

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

 a { background-color: rgb(171,47,23); }

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

border-color css

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

 span { border-color: rgb(171,47,23); }

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