Html Css Color HEX #AB301B Fire Brick

📋 copy color: '#AB301B'

red 171 ◦ green 48 ◦ blue 27

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

Shades of Fire Brick #AB301B

Tints of Fire Brick #AB301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 69.51%
G = 19.51%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB301B (or 0xAB301B) is known color: Fire Brick. HEX triplet: AB, 30 and 1B. RGB value is (171,48,27). Sum of RGB (Red+Green+Blue) = 171+48+27=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB301B is #54CFE4. Grayscale: #525252. Windows color (decimal): -5558245 or 1781931. OLE color: 1781931.

HSL color Cylindrical-coordinate representation of color #AB301B: hue angle of 8.75º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB301B is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 48 27 -
CMYK 0 0.72 0.84 0.33
HSL 8.75º 0.73% 0.39% -
HSV(B) 8.75º 0.84% 0.67% -
XYZ 18.05 10.85 2.18 -
YUV 82.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 171 48 27 0 0.72 0.84 0.33 8.75 0.73 0.39
Hex AB 30 1B 0 48 54 21 9 49 27
Octal 253 60 33 0 110 124 41 11 111 47
Binary 10101011 110000 11011 0 1001000 1010100 100001 1001 1001001 100111

Color Harmonies of #AB301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB301B

Black with #AB301B

Text Example


Text Example

White with #AB301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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