Html Css Color HEX #AB2424 Fire Brick

📋 copy color: '#AB2424'

red 171 ◦ green 36 ◦ blue 36

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

Shades of Fire Brick #AB2424

Tints of Fire Brick #AB2424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.81%

R = 70.37%
G = 14.81%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB2424 (or 0xAB2424) is known color: Fire Brick. HEX triplet: AB, 24 and 24. RGB value is (171,36,36). Sum of RGB (Red+Green+Blue) = 171+36+36=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2424 is #54DBDB. Grayscale: #4C4C4C. Windows color (decimal): -5561308 or 2368683. OLE color: 2368683.

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

Color convert

RGB 171 36 36 -
CMYK 0 0.79 0.79 0.33
HSL 0.65% 0.41% -
HSV(B) 0.79% 0.67% -
XYZ 17.74 10.05 2.67 -
YUV 76.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 171 36 36 0 0.79 0.79 0.33 0 0.65 0.41
Hex AB 24 24 0 4F 4F 21 0 41 29
Octal 253 44 44 0 117 117 41 0 101 51
Binary 10101011 100100 100100 0 1001111 1001111 100001 0 1000001 101001

Color Harmonies of #AB2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2424

Black with #AB2424

Text Example


Text Example

White with #AB2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2424; }

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

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

background-color css

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

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

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

border-color css

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

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

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