Html Css Color HEX #AB2417 Fire Brick

📋 copy color: '#AB2417'

red 171 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #AB2417

Tints of Fire Brick #AB2417

RGB

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

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

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

R = 74.35%
G = 15.65%
B = 10%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB2417 (or 0xAB2417) is known color: Fire Brick. HEX triplet: AB, 24 and 17. RGB value is (171,36,23). Sum of RGB (Red+Green+Blue) = 171+36+23=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2417 is #54DBE8. Grayscale: #4B4B4B. Windows color (decimal): -5561321 or 1516715. OLE color: 1516715.

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

Color convert

RGB 171 36 23 -
CMYK 0 0.79 0.87 0.33
HSL 5.27º 0.76% 0.38% -
HSV(B) 5.27º 0.87% 0.67% -
XYZ 17.58 9.98 1.81 -
YUV 74.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 171 36 23 0 0.79 0.87 0.33 5.27 0.76 0.38
Hex AB 24 17 0 4F 57 21 5 4C 26
Octal 253 44 27 0 117 127 41 5 114 46
Binary 10101011 100100 10111 0 1001111 1010111 100001 101 1001100 100110

Color Harmonies of #AB2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2417

Black with #AB2417

Text Example


Text Example

White with #AB2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2417; }

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

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

background-color css

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

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

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

border-color css

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

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

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