Html Css Color HEX #AB2D13 Fire Brick

📋 copy color: '#AB2D13'

red 171 ◦ green 45 ◦ blue 19

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

Shades of Fire Brick #AB2D13

Tints of Fire Brick #AB2D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.15%

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

R = 72.77%
G = 19.15%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB2D13 (or 0xAB2D13) is known color: Fire Brick. HEX triplet: AB, 2D and 13. RGB value is (171,45,19). Sum of RGB (Red+Green+Blue) = 171+45+19=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D13 is #54D2EC. Grayscale: #4F4F4F. Windows color (decimal): -5559021 or 1256875. OLE color: 1256875.

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

Color convert

RGB 171 45 19 -
CMYK 0 0.74 0.89 0.33
HSL 10.26º 0.8% 0.37% -
HSV(B) 10.26º 0.89% 0.67% -
XYZ 17.85 10.58 1.72 -
YUV 79.71 93.74 193.11 -
System Red Green Blue C M Y K H S L
Decimal 171 45 19 0 0.74 0.89 0.33 10.26 0.8 0.37
Hex AB 2D 13 0 4A 59 21 A 50 25
Octal 253 55 23 0 112 131 41 12 120 45
Binary 10101011 101101 10011 0 1001010 1011001 100001 1010 1010000 100101

Color Harmonies of #AB2D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D13

Black with #AB2D13

Text Example


Text Example

White with #AB2D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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