Html Css Color HEX #AB2419 Fire Brick

📋 copy color: '#AB2419'

red 171 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #AB2419

Tints of Fire Brick #AB2419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.78%

R = 73.71%
G = 15.52%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB2419 (or 0xAB2419) is known color: Fire Brick. HEX triplet: AB, 24 and 19. RGB value is (171,36,25). Sum of RGB (Red+Green+Blue) = 171+36+25=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2419 is #54DBE6. Grayscale: #4B4B4B. Windows color (decimal): -5561319 or 1647787. OLE color: 1647787.

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

Color convert

RGB 171 36 25 -
CMYK 0 0.79 0.85 0.33
HSL 4.52º 0.74% 0.38% -
HSV(B) 4.52º 0.85% 0.67% -
XYZ 17.6 9.99 1.92 -
YUV 75.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 171 36 25 0 0.79 0.85 0.33 4.52 0.74 0.38
Hex AB 24 19 0 4F 55 21 5 4A 26
Octal 253 44 31 0 117 125 41 5 112 46
Binary 10101011 100100 11001 0 1001111 1010101 100001 101 1001010 100110

Color Harmonies of #AB2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2419

Black with #AB2419

Text Example


Text Example

White with #AB2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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