Html Css Color HEX #AB2D1B Fire Brick

📋 copy color: '#AB2D1B'

red 171 ◦ green 45 ◦ blue 27

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

Shades of Fire Brick #AB2D1B

Tints of Fire Brick #AB2D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 70.37%
G = 18.52%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB2D1B (or 0xAB2D1B) is known color: Fire Brick. HEX triplet: AB, 2D and 1B. RGB value is (171,45,27). Sum of RGB (Red+Green+Blue) = 171+45+27=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2D1B is #54D2E4. Grayscale: #505050. Windows color (decimal): -5559013 or 1781163. OLE color: 1781163.

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

Color convert

RGB 171 45 27 -
CMYK 0 0.74 0.84 0.33
HSL 7.5º 0.73% 0.39% -
HSV(B) 7.5º 0.84% 0.67% -
XYZ 17.93 10.61 2.14 -
YUV 80.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 171 45 27 0 0.74 0.84 0.33 7.5 0.73 0.39
Hex AB 2D 1B 0 4A 54 21 8 49 27
Octal 253 55 33 0 112 124 41 10 111 47
Binary 10101011 101101 11011 0 1001010 1010100 100001 1000 1001001 100111

Color Harmonies of #AB2D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D1B

Black with #AB2D1B

Text Example


Text Example

White with #AB2D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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