Html Css Color HEX #AD250C Fire Brick

📋 copy color: '#AD250C'

red 173 ◦ green 37 ◦ blue 12

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

Shades of Fire Brick #AD250C

Tints of Fire Brick #AD250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

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

R = 77.93%
G = 16.67%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD250C (or 0xAD250C) is known color: Fire Brick. HEX triplet: AD, 25 and 0C. RGB value is (173,37,12). Sum of RGB (Red+Green+Blue) = 173+37+12=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD250C is #52DAF3. Grayscale: #4B4B4B. Windows color (decimal): -5430004 or 796077. OLE color: 796077.

HSL color Cylindrical-coordinate representation of color #AD250C: hue angle of 9.32º 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 #AD250C is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 12 -
CMYK 0 0.79 0.93 0.32
HSL 9.32º 0.87% 0.36% -
HSV(B) 9.32º 0.93% 0.68% -
XYZ 17.96 10.23 1.38 -
YUV 74.81 92.56 198.03 -
System Red Green Blue C M Y K H S L
Decimal 173 37 12 0 0.79 0.93 0.32 9.32 0.87 0.36
Hex AD 25 C 0 4F 5D 20 9 57 24
Octal 255 45 14 0 117 135 40 11 127 44
Binary 10101101 100101 1100 0 1001111 1011101 100000 1001 1010111 100100

Color Harmonies of #AD250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD250C

Black with #AD250C

Text Example


Text Example

White with #AD250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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