Html Css Color HEX #AB2308 Fire Brick

📋 copy color: '#AB2308'

red 171 ◦ green 35 ◦ blue 8

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

Shades of Fire Brick #AB2308

Tints of Fire Brick #AB2308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 79.91%
G = 16.36%
B = 3.74%

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

#AB2308 (or 0xAB2308) is known color: Fire Brick. HEX triplet: AB, 23 and 08. RGB value is (171,35,8). Sum of RGB (Red+Green+Blue) = 171+35+8=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2308 is #54DCF7. Grayscale: #484848. Windows color (decimal): -5561592 or 533419. OLE color: 533419.

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

Color convert

RGB 171 35 8 -
CMYK 0 0.80 0.95 0.33
HSL 9.94º 0.91% 0.35% -
HSV(B) 9.94º 0.95% 0.67% -
XYZ 17.44 9.88 1.22 -
YUV 72.59 91.56 198.2 -
System Red Green Blue C M Y K H S L
Decimal 171 35 8 0 0.80 0.95 0.33 9.94 0.91 0.35
Hex AB 23 8 0 50 5F 21 A 5B 23
Octal 253 43 10 0 120 137 41 12 133 43
Binary 10101011 100011 1000 0 1010000 1011111 100001 1010 1011011 100011

Color Harmonies of #AB2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2308

Black with #AB2308

Text Example


Text Example

White with #AB2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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