Html Css Color HEX #AB2415 Fire Brick

📋 copy color: '#AB2415'

red 171 ◦ green 36 ◦ blue 21

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

Shades of Fire Brick #AB2415

Tints of Fire Brick #AB2415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 75%
G = 15.79%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB2415 (or 0xAB2415) is known color: Fire Brick. HEX triplet: AB, 24 and 15. RGB value is (171,36,21). Sum of RGB (Red+Green+Blue) = 171+36+21=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2415 is #54DBEA. Grayscale: #4A4A4A. Windows color (decimal): -5561323 or 1385643. OLE color: 1385643.

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

Color convert

RGB 171 36 21 -
CMYK 0 0.79 0.88 0.33
HSL 0.78% 0.38% -
HSV(B) 0.88% 0.67% -
XYZ 17.56 9.97 1.71 -
YUV 74.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 171 36 21 0 0.79 0.88 0.33 6 0.78 0.38
Hex AB 24 15 0 4F 58 21 6 4E 26
Octal 253 44 25 0 117 130 41 6 116 46
Binary 10101011 100100 10101 0 1001111 1011000 100001 110 1001110 100110

Color Harmonies of #AB2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2415

Black with #AB2415

Text Example


Text Example

White with #AB2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2415; }

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

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

background-color css

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

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

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

border-color css

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

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

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