Html Css Color HEX #AB1B08 Fire Brick

📋 copy color: '#AB1B08'

red 171 ◦ green 27 ◦ blue 8

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

Shades of Fire Brick #AB1B08

Tints of Fire Brick #AB1B08

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.11%

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

R = 83.01%
G = 13.11%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB1B08 (or 0xAB1B08) is known color: Fire Brick. HEX triplet: AB, 1B and 08. RGB value is (171,27,8). Sum of RGB (Red+Green+Blue) = 171+27+8=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1B08 is #54E4F7. Grayscale: #444444. Windows color (decimal): -5563640 or 531371. OLE color: 531371.

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

Color convert

RGB 171 27 8 -
CMYK 0 0.84 0.95 0.33
HSL 6.99º 0.91% 0.35% -
HSV(B) 6.99º 0.95% 0.67% -
XYZ 17.23 9.46 1.15 -
YUV 67.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 171 27 8 0 0.84 0.95 0.33 6.99 0.91 0.35
Hex AB 1B 8 0 54 5F 21 7 5B 23
Octal 253 33 10 0 124 137 41 7 133 43
Binary 10101011 11011 1000 0 1010100 1011111 100001 111 1011011 100011

Color Harmonies of #AB1B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B08

Black with #AB1B08

Text Example


Text Example

White with #AB1B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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