Html Css Color HEX #AB2003 Fire Brick

📋 copy color: '#AB2003'

red 171 ◦ green 32 ◦ blue 3

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

Shades of Fire Brick #AB2003

Tints of Fire Brick #AB2003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.46%

R = 83.01%
G = 15.53%
B = 1.46%

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

#AB2003 (or 0xAB2003) is known color: Fire Brick. HEX triplet: AB, 20 and 03. RGB value is (171,32,3). Sum of RGB (Red+Green+Blue) = 171+32+3=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2003 is #54DFFC. Grayscale: #464646. Windows color (decimal): -5562365 or 204971. OLE color: 204971.

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

Color convert

RGB 171 32 3 -
CMYK 0 0.81 0.98 0.33
HSL 10.36º 0.97% 0.34% -
HSV(B) 10.36º 0.98% 0.67% -
XYZ 17.33 9.7 1.04 -
YUV 70.26 90.05 199.86 -
System Red Green Blue C M Y K H S L
Decimal 171 32 3 0 0.81 0.98 0.33 10.36 0.97 0.34
Hex AB 20 3 0 51 62 21 A 61 22
Octal 253 40 3 0 121 142 41 12 141 42
Binary 10101011 100000 11 0 1010001 1100010 100001 1010 1100001 100010

Color Harmonies of #AB2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2003

Black with #AB2003

Text Example


Text Example

White with #AB2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2003; }

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

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

background-color css

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

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

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

border-color css

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

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

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