Html Css Color HEX #AB2406 Fire Brick

📋 copy color: '#AB2406'

red 171 ◦ green 36 ◦ blue 6

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

Shades of Fire Brick #AB2406

Tints of Fire Brick #AB2406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

 BLUE value IS 6 (2.73% from 255) = 2.82%

R = 80.28%
G = 16.9%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB2406 (or 0xAB2406) is known color: Fire Brick. HEX triplet: AB, 24 and 06. RGB value is (171,36,6). Sum of RGB (Red+Green+Blue) = 171+36+6=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2406 is #54DBF9. Grayscale: #494949. Windows color (decimal): -5561338 or 402603. OLE color: 402603.

HSL color Cylindrical-coordinate representation of color #AB2406: hue angle of 10.91º degrees, saturation: 0.93, 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 #AB2406 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 36 6 -
CMYK 0 0.79 0.96 0.33
HSL 10.91º 0.93% 0.35% -
HSV(B) 10.91º 0.96% 0.67% -
XYZ 17.46 9.93 1.17 -
YUV 72.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 171 36 6 0 0.79 0.96 0.33 10.91 0.93 0.35
Hex AB 24 6 0 4F 60 21 B 5D 23
Octal 253 44 6 0 117 140 41 13 135 43
Binary 10101011 100100 110 0 1001111 1100000 100001 1011 1011101 100011

Color Harmonies of #AB2406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2406

Black with #AB2406

Text Example


Text Example

White with #AB2406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2406; }

 p { color: rgb(171,36,6); }

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

background-color css

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

 a { background-color: rgb(171,36,6); }

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

border-color css

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

 span { border-color: rgb(171,36,6); }

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