Html Css Color HEX #AB2307 Fire Brick

📋 copy color: '#AB2307'

red 171 ◦ green 35 ◦ blue 7

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

Shades of Fire Brick #AB2307

Tints of Fire Brick #AB2307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 80.28%
G = 16.43%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB2307 (or 0xAB2307) is known color: Fire Brick. HEX triplet: AB, 23 and 07. RGB value is (171,35,7). Sum of RGB (Red+Green+Blue) = 171+35+7=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2307 is #54DCF8. Grayscale: #484848. Windows color (decimal): -5561593 or 467883. OLE color: 467883.

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

Color convert

RGB 171 35 7 -
CMYK 0 0.80 0.96 0.33
HSL 10.24º 0.92% 0.35% -
HSV(B) 10.24º 0.96% 0.67% -
XYZ 17.43 9.88 1.19 -
YUV 72.47 91.06 198.28 -
System Red Green Blue C M Y K H S L
Decimal 171 35 7 0 0.80 0.96 0.33 10.24 0.92 0.35
Hex AB 23 7 0 50 60 21 A 5C 23
Octal 253 43 7 0 120 140 41 12 134 43
Binary 10101011 100011 111 0 1010000 1100000 100001 1010 1011100 100011

Color Harmonies of #AB2307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2307

Black with #AB2307

Text Example


Text Example

White with #AB2307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2307; }

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

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

background-color css

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

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

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

border-color css

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

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

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