Html Css Color HEX #AB230E Fire Brick

📋 copy color: '#AB230E'

red 171 ◦ green 35 ◦ blue 14

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

Shades of Fire Brick #AB230E

Tints of Fire Brick #AB230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.36%

R = 77.73%
G = 15.91%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB230E (or 0xAB230E) is known color: Fire Brick. HEX triplet: AB, 23 and 0E. RGB value is (171,35,14). Sum of RGB (Red+Green+Blue) = 171+35+14=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB230E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB230E is #54DCF1. Grayscale: #494949. Windows color (decimal): -5561586 or 926635. OLE color: 926635.

HSL color Cylindrical-coordinate representation of color #AB230E: hue angle of 8.03º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB230E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 14 -
CMYK 0 0.80 0.92 0.33
HSL 8.03º 0.85% 0.36% -
HSV(B) 8.03º 0.92% 0.67% -
XYZ 17.47 9.89 1.4 -
YUV 73.27 94.56 197.71 -
System Red Green Blue C M Y K H S L
Decimal 171 35 14 0 0.80 0.92 0.33 8.03 0.85 0.36
Hex AB 23 E 0 50 5C 21 8 55 24
Octal 253 43 16 0 120 134 41 10 125 44
Binary 10101011 100011 1110 0 1010000 1011100 100001 1000 1010101 100100

Color Harmonies of #AB230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB230E

Black with #AB230E

Text Example


Text Example

White with #AB230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB230E; }

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

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

background-color css

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

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

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

border-color css

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

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

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