Html Css Color HEX #AB2310 Fire Brick

📋 copy color: '#AB2310'

red 171 ◦ green 35 ◦ blue 16

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

Shades of Fire Brick #AB2310

Tints of Fire Brick #AB2310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

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

R = 77.03%
G = 15.77%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB2310 (or 0xAB2310) is known color: Fire Brick. HEX triplet: AB, 23 and 10. RGB value is (171,35,16). Sum of RGB (Red+Green+Blue) = 171+35+16=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2310 is #54DCEF. Grayscale: #494949. Windows color (decimal): -5561584 or 1057707. OLE color: 1057707.

HSL color Cylindrical-coordinate representation of color #AB2310: hue angle of 7.35º 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 #AB2310 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 16 -
CMYK 0 0.80 0.91 0.33
HSL 7.35º 0.83% 0.37% -
HSV(B) 7.35º 0.91% 0.67% -
XYZ 17.49 9.9 1.48 -
YUV 73.5 95.56 197.54 -
System Red Green Blue C M Y K H S L
Decimal 171 35 16 0 0.80 0.91 0.33 7.35 0.83 0.37
Hex AB 23 10 0 50 5B 21 7 53 25
Octal 253 43 20 0 120 133 41 7 123 45
Binary 10101011 100011 10000 0 1010000 1011011 100001 111 1010011 100101

Color Harmonies of #AB2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2310

Black with #AB2310

Text Example


Text Example

White with #AB2310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2310; }

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

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

background-color css

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

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

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

border-color css

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

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

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