Html Css Color HEX #AB271D Fire Brick

📋 copy color: '#AB271D'

red 171 ◦ green 39 ◦ blue 29

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

Shades of Fire Brick #AB271D

Tints of Fire Brick #AB271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.32%

 BLUE value IS 29 (11.72% from 255) = 12.13%

R = 71.55%
G = 16.32%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB271D (or 0xAB271D) is known color: Fire Brick. HEX triplet: AB, 27 and 1D. RGB value is (171,39,29). Sum of RGB (Red+Green+Blue) = 171+39+29=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB271D is #54D8E2. Grayscale: #4D4D4D. Windows color (decimal): -5560547 or 1910699. OLE color: 1910699.

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

Color convert

RGB 171 39 29 -
CMYK 0 0.77 0.83 0.33
HSL 4.23º 0.71% 0.39% -
HSV(B) 4.23º 0.83% 0.67% -
XYZ 17.74 10.2 2.2 -
YUV 77.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 171 39 29 0 0.77 0.83 0.33 4.23 0.71 0.39
Hex AB 27 1D 0 4D 53 21 4 47 27
Octal 253 47 35 0 115 123 41 4 107 47
Binary 10101011 100111 11101 0 1001101 1010011 100001 100 1000111 100111

Color Harmonies of #AB271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB271D

Black with #AB271D

Text Example


Text Example

White with #AB271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB271D; }

 p { color: rgb(171,39,29); }

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

background-color css

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

 a { background-color: rgb(171,39,29); }

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

border-color css

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

 span { border-color: rgb(171,39,29); }

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