Html Css Color HEX #AB2610 Fire Brick

📋 copy color: '#AB2610'

red 171 ◦ green 38 ◦ blue 16

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

Shades of Fire Brick #AB2610

Tints of Fire Brick #AB2610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 76%
G = 16.89%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB2610 (or 0xAB2610) is known color: Fire Brick. HEX triplet: AB, 26 and 10. RGB value is (171,38,16). Sum of RGB (Red+Green+Blue) = 171+38+16=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2610 is #54D9EF. Grayscale: #4B4B4B. Windows color (decimal): -5560816 or 1058475. OLE color: 1058475.

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

Color convert

RGB 171 38 16 -
CMYK 0 0.78 0.91 0.33
HSL 8.52º 0.83% 0.37% -
HSV(B) 8.52º 0.91% 0.67% -
XYZ 17.58 10.08 1.51 -
YUV 75.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 171 38 16 0 0.78 0.91 0.33 8.52 0.83 0.37
Hex AB 26 10 0 4E 5B 21 9 53 25
Octal 253 46 20 0 116 133 41 11 123 45
Binary 10101011 100110 10000 0 1001110 1011011 100001 1001 1010011 100101

Color Harmonies of #AB2610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2610

Black with #AB2610

Text Example


Text Example

White with #AB2610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2610; }

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

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

background-color css

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

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

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

border-color css

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

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

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