Html Css Color HEX #AB260D Fire Brick

📋 copy color: '#AB260D'

red 171 ◦ green 38 ◦ blue 13

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

Shades of Fire Brick #AB260D

Tints of Fire Brick #AB260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.12%

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 77.03%
G = 17.12%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB260D (or 0xAB260D) is known color: Fire Brick. HEX triplet: AB, 26 and 0D. RGB value is (171,38,13). Sum of RGB (Red+Green+Blue) = 171+38+13=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB260D is #54D9F2. Grayscale: #4B4B4B. Windows color (decimal): -5560819 or 861867. OLE color: 861867.

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

Color convert

RGB 171 38 13 -
CMYK 0 0.78 0.92 0.33
HSL 9.49º 0.86% 0.36% -
HSV(B) 9.49º 0.92% 0.67% -
XYZ 17.56 10.07 1.4 -
YUV 74.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 171 38 13 0 0.78 0.92 0.33 9.49 0.86 0.36
Hex AB 26 D 0 4E 5C 21 9 56 24
Octal 253 46 15 0 116 134 41 11 126 44
Binary 10101011 100110 1101 0 1001110 1011100 100001 1001 1010110 100100

Color Harmonies of #AB260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB260D

Black with #AB260D

Text Example


Text Example

White with #AB260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB260D; }

 p { color: rgb(171,38,13); }

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

background-color css

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

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

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

border-color css

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

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

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