Html Css Color HEX #AD230C Fire Brick

📋 copy color: '#AD230C'

red 173 ◦ green 35 ◦ blue 12

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

Shades of Fire Brick #AD230C

Tints of Fire Brick #AD230C

RGB

 RED value IS 173 (67.97% from 255) = 78.64%

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

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

R = 78.64%
G = 15.91%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD230C (or 0xAD230C) is known color: Fire Brick. HEX triplet: AD, 23 and 0C. RGB value is (173,35,12). Sum of RGB (Red+Green+Blue) = 173+35+12=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD230C is #52DCF3. Grayscale: #494949. Windows color (decimal): -5430516 or 795565. OLE color: 795565.

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

Color convert

RGB 173 35 12 -
CMYK 0 0.80 0.93 0.32
HSL 8.57º 0.87% 0.36% -
HSV(B) 8.57º 0.93% 0.68% -
XYZ 17.9 10.11 1.36 -
YUV 73.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 173 35 12 0 0.80 0.93 0.32 8.57 0.87 0.36
Hex AD 23 C 0 50 5D 20 9 57 24
Octal 255 43 14 0 120 135 40 11 127 44
Binary 10101101 100011 1100 0 1010000 1011101 100000 1001 1010111 100100

Color Harmonies of #AD230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD230C

Black with #AD230C

Text Example


Text Example

White with #AD230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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