Html Css Color HEX #AB241E Fire Brick

📋 copy color: '#AB241E'

red 171 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #AB241E

Tints of Fire Brick #AB241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

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

R = 72.15%
G = 15.19%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB241E (or 0xAB241E) is known color: Fire Brick. HEX triplet: AB, 24 and 1E. RGB value is (171,36,30). Sum of RGB (Red+Green+Blue) = 171+36+30=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB241E is #54DBE1. Grayscale: #4B4B4B. Windows color (decimal): -5561314 or 1975467. OLE color: 1975467.

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

Color convert

RGB 171 36 30 -
CMYK 0 0.79 0.82 0.33
HSL 2.55º 0.7% 0.39% -
HSV(B) 2.55º 0.82% 0.67% -
XYZ 17.66 10.01 2.23 -
YUV 75.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 171 36 30 0 0.79 0.82 0.33 2.55 0.7 0.39
Hex AB 24 1E 0 4F 52 21 3 46 27
Octal 253 44 36 0 117 122 41 3 106 47
Binary 10101011 100100 11110 0 1001111 1010010 100001 11 1000110 100111

Color Harmonies of #AB241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB241E

Black with #AB241E

Text Example


Text Example

White with #AB241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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