Html Css Color HEX #AB231B Fire Brick

📋 copy color: '#AB231B'

red 171 ◦ green 35 ◦ blue 27

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

Shades of Fire Brick #AB231B

Tints of Fire Brick #AB231B

RGB

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

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

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

R = 73.39%
G = 15.02%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB231B (or 0xAB231B) is known color: Fire Brick. HEX triplet: AB, 23 and 1B. RGB value is (171,35,27). Sum of RGB (Red+Green+Blue) = 171+35+27=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB231B is #54DCE4. Grayscale: #4A4A4A. Windows color (decimal): -5561573 or 1778603. OLE color: 1778603.

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

Color convert

RGB 171 35 27 -
CMYK 0 0.80 0.84 0.33
HSL 3.33º 0.73% 0.39% -
HSV(B) 3.33º 0.84% 0.67% -
XYZ 17.59 9.94 2.03 -
YUV 74.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 171 35 27 0 0.80 0.84 0.33 3.33 0.73 0.39
Hex AB 23 1B 0 50 54 21 3 49 27
Octal 253 43 33 0 120 124 41 3 111 47
Binary 10101011 100011 11011 0 1010000 1010100 100001 11 1001001 100111

Color Harmonies of #AB231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB231B

Black with #AB231B

Text Example


Text Example

White with #AB231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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