Html Css Color HEX #AB2309 Fire Brick

📋 copy color: '#AB2309'

red 171 ◦ green 35 ◦ blue 9

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

Shades of Fire Brick #AB2309

Tints of Fire Brick #AB2309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.19%

R = 79.53%
G = 16.28%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB2309 (or 0xAB2309) is known color: Fire Brick. HEX triplet: AB, 23 and 09. RGB value is (171,35,9). Sum of RGB (Red+Green+Blue) = 171+35+9=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2309 is #54DCF6. Grayscale: #484848. Windows color (decimal): -5561591 or 598955. OLE color: 598955.

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

Color convert

RGB 171 35 9 -
CMYK 0 0.80 0.95 0.33
HSL 9.63º 0.9% 0.35% -
HSV(B) 9.63º 0.95% 0.67% -
XYZ 17.44 9.88 1.25 -
YUV 72.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 171 35 9 0 0.80 0.95 0.33 9.63 0.9 0.35
Hex AB 23 9 0 50 5F 21 A 5A 23
Octal 253 43 11 0 120 137 41 12 132 43
Binary 10101011 100011 1001 0 1010000 1011111 100001 1010 1011010 100011

Color Harmonies of #AB2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2309

Black with #AB2309

Text Example


Text Example

White with #AB2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2309; }

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

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

background-color css

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

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

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

border-color css

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

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

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