Html Css Color HEX #AB201E Fire Brick

📋 copy color: '#AB201E'

red 171 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #AB201E

Tints of Fire Brick #AB201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 73.39%
G = 13.73%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB201E (or 0xAB201E) is known color: Fire Brick. HEX triplet: AB, 20 and 1E. RGB value is (171,32,30). Sum of RGB (Red+Green+Blue) = 171+32+30=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB201E is #54DFE1. Grayscale: #494949. Windows color (decimal): -5562338 or 1974443. OLE color: 1974443.

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

Color convert

RGB 171 32 30 -
CMYK 0 0.81 0.82 0.33
HSL 0.85º 0.7% 0.39% -
HSV(B) 0.85º 0.82% 0.67% -
XYZ 17.55 9.78 2.19 -
YUV 73.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 171 32 30 0 0.81 0.82 0.33 0.85 0.7 0.39
Hex AB 20 1E 0 51 52 21 1 46 27
Octal 253 40 36 0 121 122 41 1 106 47
Binary 10101011 100000 11110 0 1010001 1010010 100001 1 1000110 100111

Color Harmonies of #AB201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB201E

Black with #AB201E

Text Example


Text Example

White with #AB201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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