Html Css Color HEX #AB2A1F Fire Brick

📋 copy color: '#AB2A1F'

red 171 ◦ green 42 ◦ blue 31

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

Shades of Fire Brick #AB2A1F

Tints of Fire Brick #AB2A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.21%

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 70.08%
G = 17.21%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB2A1F (or 0xAB2A1F) is known color: Fire Brick. HEX triplet: AB, 2A and 1F. RGB value is (171,42,31). Sum of RGB (Red+Green+Blue) = 171+42+31=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A1F is #54D5E0. Grayscale: #4F4F4F. Windows color (decimal): -5559777 or 2042539. OLE color: 2042539.

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

Color convert

RGB 171 42 31 -
CMYK 0 0.75 0.82 0.33
HSL 4.71º 0.69% 0.4% -
HSV(B) 4.71º 0.82% 0.67% -
XYZ 17.87 10.41 2.36 -
YUV 79.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 171 42 31 0 0.75 0.82 0.33 4.71 0.69 0.4
Hex AB 2A 1F 0 4B 52 21 5 45 28
Octal 253 52 37 0 113 122 41 5 105 50
Binary 10101011 101010 11111 0 1001011 1010010 100001 101 1000101 101000

Color Harmonies of #AB2A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A1F

Black with #AB2A1F

Text Example


Text Example

White with #AB2A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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