Html Css Color HEX #AB260C Fire Brick

📋 copy color: '#AB260C'

red 171 ◦ green 38 ◦ blue 12

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

Shades of Fire Brick #AB260C

Tints of Fire Brick #AB260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 77.38%
G = 17.19%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB260C (or 0xAB260C) is known color: Fire Brick. HEX triplet: AB, 26 and 0C. RGB value is (171,38,12). Sum of RGB (Red+Green+Blue) = 171+38+12=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB260C is #54D9F3. Grayscale: #4B4B4B. Windows color (decimal): -5560820 or 796331. OLE color: 796331.

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

Color convert

RGB 171 38 12 -
CMYK 0 0.78 0.93 0.33
HSL 9.81º 0.87% 0.36% -
HSV(B) 9.81º 0.93% 0.67% -
XYZ 17.55 10.07 1.37 -
YUV 74.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 171 38 12 0 0.78 0.93 0.33 9.81 0.87 0.36
Hex AB 26 C 0 4E 5D 21 A 57 24
Octal 253 46 14 0 116 135 41 12 127 44
Binary 10101011 100110 1100 0 1001110 1011101 100001 1010 1010111 100100

Color Harmonies of #AB260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB260C

Black with #AB260C

Text Example


Text Example

White with #AB260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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