Html Css Color HEX #AB2413 Fire Brick

📋 copy color: '#AB2413'

red 171 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #AB2413

Tints of Fire Brick #AB2413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 75.66%
G = 15.93%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB2413 (or 0xAB2413) is known color: Fire Brick. HEX triplet: AB, 24 and 13. RGB value is (171,36,19). Sum of RGB (Red+Green+Blue) = 171+36+19=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2413 is #54DBEC. Grayscale: #4A4A4A. Windows color (decimal): -5561325 or 1254571. OLE color: 1254571.

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

Color convert

RGB 171 36 19 -
CMYK 0 0.79 0.89 0.33
HSL 6.71º 0.8% 0.37% -
HSV(B) 6.71º 0.89% 0.67% -
XYZ 17.54 9.97 1.62 -
YUV 74.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 171 36 19 0 0.79 0.89 0.33 6.71 0.8 0.37
Hex AB 24 13 0 4F 59 21 7 50 25
Octal 253 44 23 0 117 131 41 7 120 45
Binary 10101011 100100 10011 0 1001111 1011001 100001 111 1010000 100101

Color Harmonies of #AB2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2413

Black with #AB2413

Text Example


Text Example

White with #AB2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2413; }

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

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

background-color css

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

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

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

border-color css

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

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

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