Html Css Color HEX #AB230C Fire Brick

📋 copy color: '#AB230C'

red 171 ◦ green 35 ◦ blue 12

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

Shades of Fire Brick #AB230C

Tints of Fire Brick #AB230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 78.44%
G = 16.06%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB230C (or 0xAB230C) is known color: Fire Brick. HEX triplet: AB, 23 and 0C. RGB value is (171,35,12). Sum of RGB (Red+Green+Blue) = 171+35+12=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB230C is #54DCF3. Grayscale: #494949. Windows color (decimal): -5561588 or 795563. OLE color: 795563.

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

Color convert

RGB 171 35 12 -
CMYK 0 0.80 0.93 0.33
HSL 8.68º 0.87% 0.36% -
HSV(B) 8.68º 0.93% 0.67% -
XYZ 17.46 9.89 1.34 -
YUV 73.04 93.56 197.87 -
System Red Green Blue C M Y K H S L
Decimal 171 35 12 0 0.80 0.93 0.33 8.68 0.87 0.36
Hex AB 23 C 0 50 5D 21 9 57 24
Octal 253 43 14 0 120 135 41 11 127 44
Binary 10101011 100011 1100 0 1010000 1011101 100001 1001 1010111 100100

Color Harmonies of #AB230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB230C

Black with #AB230C

Text Example


Text Example

White with #AB230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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