Html Css Color HEX #AB1A0A Fire Brick

📋 copy color: '#AB1A0A'

red 171 ◦ green 26 ◦ blue 10

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

Shades of Fire Brick #AB1A0A

Tints of Fire Brick #AB1A0A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

 BLUE value IS 10 (4.3% from 255) = 4.83%

R = 82.61%
G = 12.56%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB1A0A (or 0xAB1A0A) is known color: Fire Brick. HEX triplet: AB, 1A and 0A. RGB value is (171,26,10). Sum of RGB (Red+Green+Blue) = 171+26+10=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1A0A is #54E5F5. Grayscale: #434343. Windows color (decimal): -5563894 or 662187. OLE color: 662187.

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

Color convert

RGB 171 26 10 -
CMYK 0 0.85 0.94 0.33
HSL 5.96º 0.89% 0.35% -
HSV(B) 5.96º 0.94% 0.67% -
XYZ 17.22 9.42 1.2 -
YUV 67.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 171 26 10 0 0.85 0.94 0.33 5.96 0.89 0.35
Hex AB 1A A 0 55 5E 21 6 59 23
Octal 253 32 12 0 125 136 41 6 131 43
Binary 10101011 11010 1010 0 1010101 1011110 100001 110 1011001 100011

Color Harmonies of #AB1A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A0A

Black with #AB1A0A

Text Example


Text Example

White with #AB1A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A0A; }

 p { color: rgb(171,26,10); }

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

background-color css

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

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

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

border-color css

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

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

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