Html Css Color HEX #AB1509 Fire Brick

📋 copy color: '#AB1509'

red 171 ◦ green 21 ◦ blue 9

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

Shades of Fire Brick #AB1509

Tints of Fire Brick #AB1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 85.07%
G = 10.45%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB1509 (or 0xAB1509) is known color: Fire Brick. HEX triplet: AB, 15 and 09. RGB value is (171,21,9). Sum of RGB (Red+Green+Blue) = 171+21+9=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1509 is #54EAF6. Grayscale: #404040. Windows color (decimal): -5565175 or 595371. OLE color: 595371.

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

Color convert

RGB 171 21 9 -
CMYK 0 0.88 0.95 0.33
HSL 4.44º 0.9% 0.35% -
HSV(B) 4.44º 0.95% 0.67% -
XYZ 17.11 9.21 1.14 -
YUV 64.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 171 21 9 0 0.88 0.95 0.33 4.44 0.9 0.35
Hex AB 15 9 0 58 5F 21 4 5A 23
Octal 253 25 11 0 130 137 41 4 132 43
Binary 10101011 10101 1001 0 1011000 1011111 100001 100 1011010 100011

Color Harmonies of #AB1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1509

Black with #AB1509

Text Example


Text Example

White with #AB1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1509; }

 p { color: rgb(171,21,9); }

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

background-color css

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

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

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

border-color css

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

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

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