Html Css Color HEX #AD270C Fire Brick

📋 copy color: '#AD270C'

red 173 ◦ green 39 ◦ blue 12

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

Shades of Fire Brick #AD270C

Tints of Fire Brick #AD270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

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

R = 77.23%
G = 17.41%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD270C (or 0xAD270C) is known color: Fire Brick. HEX triplet: AD, 27 and 0C. RGB value is (173,39,12). Sum of RGB (Red+Green+Blue) = 173+39+12=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD270C is #52D8F3. Grayscale: #4C4C4C. Windows color (decimal): -5429492 or 796589. OLE color: 796589.

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

Color convert

RGB 173 39 12 -
CMYK 0 0.77 0.93 0.32
HSL 10.06º 0.87% 0.36% -
HSV(B) 10.06º 0.93% 0.68% -
XYZ 18.03 10.36 1.4 -
YUV 75.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 173 39 12 0 0.77 0.93 0.32 10.06 0.87 0.36
Hex AD 27 C 0 4D 5D 20 A 57 24
Octal 255 47 14 0 115 135 40 12 127 44
Binary 10101101 100111 1100 0 1001101 1011101 100000 1010 1010111 100100

Color Harmonies of #AD270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD270C

Black with #AD270C

Text Example


Text Example

White with #AD270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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