Html Css Color HEX #AB2C1E Fire Brick

📋 copy color: '#AB2C1E'

red 171 ◦ green 44 ◦ blue 30

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

Shades of Fire Brick #AB2C1E

Tints of Fire Brick #AB2C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.96%

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

R = 69.8%
G = 17.96%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB2C1E (or 0xAB2C1E) is known color: Fire Brick. HEX triplet: AB, 2C and 1E. RGB value is (171,44,30). Sum of RGB (Red+Green+Blue) = 171+44+30=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C1E is #54D3E1. Grayscale: #505050. Windows color (decimal): -5559266 or 1977515. OLE color: 1977515.

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

Color convert

RGB 171 44 30 -
CMYK 0 0.74 0.82 0.33
HSL 5.96º 0.7% 0.39% -
HSV(B) 5.96º 0.82% 0.67% -
XYZ 17.93 10.55 2.32 -
YUV 80.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 171 44 30 0 0.74 0.82 0.33 5.96 0.7 0.39
Hex AB 2C 1E 0 4A 52 21 6 46 27
Octal 253 54 36 0 112 122 41 6 106 47
Binary 10101011 101100 11110 0 1001010 1010010 100001 110 1000110 100111

Color Harmonies of #AB2C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C1E

Black with #AB2C1E

Text Example


Text Example

White with #AB2C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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