Html Css Color HEX #AB1F04 Fire Brick

📋 copy color: '#AB1F04'

red 171 ◦ green 31 ◦ blue 4

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

Shades of Fire Brick #AB1F04

Tints of Fire Brick #AB1F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.05%

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 83.01%
G = 15.05%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB1F04 (or 0xAB1F04) is known color: Fire Brick. HEX triplet: AB, 1F and 04. RGB value is (171,31,4). Sum of RGB (Red+Green+Blue) = 171+31+4=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F04 is #54E0FB. Grayscale: #464646. Windows color (decimal): -5562620 or 270251. OLE color: 270251.

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

Color convert

RGB 171 31 4 -
CMYK 0 0.82 0.98 0.33
HSL 9.7º 0.95% 0.34% -
HSV(B) 9.7º 0.98% 0.67% -
XYZ 17.31 9.65 1.06 -
YUV 69.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 171 31 4 0 0.82 0.98 0.33 9.7 0.95 0.34
Hex AB 1F 4 0 52 62 21 A 5F 22
Octal 253 37 4 0 122 142 41 12 137 42
Binary 10101011 11111 100 0 1010010 1100010 100001 1010 1011111 100010

Color Harmonies of #AB1F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F04

Black with #AB1F04

Text Example


Text Example

White with #AB1F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F04; }

 p { color: rgb(171,31,4); }

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

background-color css

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

 a { background-color: rgb(171,31,4); }

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

border-color css

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

 span { border-color: rgb(171,31,4); }

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