Html Css Color HEX #AB2D1A Fire Brick

📋 copy color: '#AB2D1A'

red 171 ◦ green 45 ◦ blue 26

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

Shades of Fire Brick #AB2D1A

Tints of Fire Brick #AB2D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 70.66%
G = 18.6%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB2D1A (or 0xAB2D1A) is known color: Fire Brick. HEX triplet: AB, 2D and 1A. RGB value is (171,45,26). Sum of RGB (Red+Green+Blue) = 171+45+26=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2D1A is #54D2E5. Grayscale: #505050. Windows color (decimal): -5559014 or 1715627. OLE color: 1715627.

HSL color Cylindrical-coordinate representation of color #AB2D1A: hue angle of 7.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB2D1A is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 45 26 -
CMYK 0 0.74 0.85 0.33
HSL 7.86º 0.74% 0.39% -
HSV(B) 7.86º 0.85% 0.67% -
XYZ 17.92 10.61 2.08 -
YUV 80.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 171 45 26 0 0.74 0.85 0.33 7.86 0.74 0.39
Hex AB 2D 1A 0 4A 55 21 8 4A 27
Octal 253 55 32 0 112 125 41 10 112 47
Binary 10101011 101101 11010 0 1001010 1010101 100001 1000 1001010 100111

Color Harmonies of #AB2D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D1A

Black with #AB2D1A

Text Example


Text Example

White with #AB2D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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