Html Css Color HEX #AB2004 Fire Brick

📋 copy color: '#AB2004'

red 171 ◦ green 32 ◦ blue 4

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

Shades of Fire Brick #AB2004

Tints of Fire Brick #AB2004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 82.61%
G = 15.46%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB2004 (or 0xAB2004) is known color: Fire Brick. HEX triplet: AB, 20 and 04. RGB value is (171,32,4). Sum of RGB (Red+Green+Blue) = 171+32+4=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2004 is #54DFFB. Grayscale: #464646. Windows color (decimal): -5562364 or 270507. OLE color: 270507.

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

Color convert

RGB 171 32 4 -
CMYK 0 0.81 0.98 0.33
HSL 10.06º 0.95% 0.34% -
HSV(B) 10.06º 0.98% 0.67% -
XYZ 17.33 9.7 1.07 -
YUV 70.37 90.55 199.78 -
System Red Green Blue C M Y K H S L
Decimal 171 32 4 0 0.81 0.98 0.33 10.06 0.95 0.34
Hex AB 20 4 0 51 62 21 A 5F 22
Octal 253 40 4 0 121 142 41 12 137 42
Binary 10101011 100000 100 0 1010001 1100010 100001 1010 1011111 100010

Color Harmonies of #AB2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2004

Black with #AB2004

Text Example


Text Example

White with #AB2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2004; }

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

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

background-color css

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

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

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

border-color css

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

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

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