Html Css Color HEX #AB1E1D Fire Brick

📋 copy color: '#AB1E1D'

red 171 ◦ green 30 ◦ blue 29

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

Shades of Fire Brick #AB1E1D

Tints of Fire Brick #AB1E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.04%

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

R = 74.35%
G = 13.04%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB1E1D (or 0xAB1E1D) is known color: Fire Brick. HEX triplet: AB, 1E and 1D. RGB value is (171,30,29). Sum of RGB (Red+Green+Blue) = 171+30+29=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E1D is #54E1E2. Grayscale: #484848. Windows color (decimal): -5562851 or 1908395. OLE color: 1908395.

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

Color convert

RGB 171 30 29 -
CMYK 0 0.82 0.83 0.33
HSL 0.42º 0.71% 0.39% -
HSV(B) 0.42º 0.83% 0.67% -
XYZ 17.48 9.68 2.11 -
YUV 72.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 171 30 29 0 0.82 0.83 0.33 0.42 0.71 0.39
Hex AB 1E 1D 0 52 53 21 0 47 27
Octal 253 36 35 0 122 123 41 0 107 47
Binary 10101011 11110 11101 0 1010010 1010011 100001 0 1000111 100111

Color Harmonies of #AB1E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E1D

Black with #AB1E1D

Text Example


Text Example

White with #AB1E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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