Html Css Color HEX #AB1D00 Fire Brick

📋 copy color: '#AB1D00'

red 171 ◦ green 29 ◦ blue 0

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

Shades of Fire Brick #AB1D00

Tints of Fire Brick #AB1D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.5%
G = 14.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB1D00 (or 0xAB1D00) is known color: Fire Brick. HEX triplet: AB, 1D and 00. RGB value is (171,29,0). Sum of RGB (Red+Green+Blue) = 171+29+0=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1D00 is #54E2FF. Grayscale: #444444. Windows color (decimal): -5563136 or 7595. OLE color: 7595.

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

Color convert

RGB 171 29 0 -
CMYK 0 0.83 1 0.33
HSL 10.18º 1% 0.34% -
HSV(B) 10.18º 1% 0.67% -
XYZ 17.23 9.54 0.93 -
YUV 68.15 89.54 201.36 -
System Red Green Blue C M Y K H S L
Decimal 171 29 0 0 0.83 1 0.33 10.18 1 0.34
Hex AB 1D 0 0 53 64 21 A 64 22
Octal 253 35 0 0 123 144 41 12 144 42
Binary 10101011 11101 0 0 1010011 1100100 100001 1010 1100100 100010

Color Harmonies of #AB1D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1D00

Black with #AB1D00

Text Example


Text Example

White with #AB1D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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