Html Css Color HEX #AB281F Fire Brick

📋 copy color: '#AB281F'

red 171 ◦ green 40 ◦ blue 31

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

Shades of Fire Brick #AB281F

Tints of Fire Brick #AB281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.53%

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

R = 70.66%
G = 16.53%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB281F (or 0xAB281F) is known color: Fire Brick. HEX triplet: AB, 28 and 1F. RGB value is (171,40,31). Sum of RGB (Red+Green+Blue) = 171+40+31=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB281F is #54D7E0. Grayscale: #4E4E4E. Windows color (decimal): -5560289 or 2042027. OLE color: 2042027.

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

Color convert

RGB 171 40 31 -
CMYK 0 0.77 0.82 0.33
HSL 3.86º 0.69% 0.4% -
HSV(B) 3.86º 0.82% 0.67% -
XYZ 17.8 10.27 2.34 -
YUV 78.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 171 40 31 0 0.77 0.82 0.33 3.86 0.69 0.4
Hex AB 28 1F 0 4D 52 21 4 45 28
Octal 253 50 37 0 115 122 41 4 105 50
Binary 10101011 101000 11111 0 1001101 1010010 100001 100 1000101 101000

Color Harmonies of #AB281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB281F

Black with #AB281F

Text Example


Text Example

White with #AB281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB281F; }

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

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

background-color css

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

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

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

border-color css

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

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

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