Html Css Color HEX #AB231C Fire Brick

📋 copy color: '#AB231C'

red 171 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #AB231C

Tints of Fire Brick #AB231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 73.08%
G = 14.96%
B = 11.97%

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

#AB231C (or 0xAB231C) is known color: Fire Brick. HEX triplet: AB, 23 and 1C. RGB value is (171,35,28). Sum of RGB (Red+Green+Blue) = 171+35+28=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB231C is #54DCE3. Grayscale: #4B4B4B. Windows color (decimal): -5561572 or 1844139. OLE color: 1844139.

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

Color convert

RGB 171 35 28 -
CMYK 0 0.80 0.84 0.33
HSL 2.94º 0.72% 0.39% -
HSV(B) 2.94º 0.84% 0.67% -
XYZ 17.61 9.94 2.09 -
YUV 74.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 171 35 28 0 0.80 0.84 0.33 2.94 0.72 0.39
Hex AB 23 1C 0 50 54 21 3 48 27
Octal 253 43 34 0 120 124 41 3 110 47
Binary 10101011 100011 11100 0 1010000 1010100 100001 11 1001000 100111

Color Harmonies of #AB231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB231C

Black with #AB231C

Text Example


Text Example

White with #AB231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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