Html Css Color HEX #AD270A Fire Brick

📋 copy color: '#AD270A'

red 173 ◦ green 39 ◦ blue 10

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

Shades of Fire Brick #AD270A

Tints of Fire Brick #AD270A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 77.93%
G = 17.57%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD270A (or 0xAD270A) is known color: Fire Brick. HEX triplet: AD, 27 and 0A. RGB value is (173,39,10). Sum of RGB (Red+Green+Blue) = 173+39+10=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD270A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD270A is #52D8F5. Grayscale: #4C4C4C. Windows color (decimal): -5429494 or 665517. OLE color: 665517.

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

Color convert

RGB 173 39 10 -
CMYK 0 0.77 0.94 0.32
HSL 10.67º 0.89% 0.36% -
HSV(B) 10.67º 0.94% 0.68% -
XYZ 18.01 10.36 1.34 -
YUV 75.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 173 39 10 0 0.77 0.94 0.32 10.67 0.89 0.36
Hex AD 27 A 0 4D 5E 20 B 59 24
Octal 255 47 12 0 115 136 40 13 131 44
Binary 10101101 100111 1010 0 1001101 1011110 100000 1011 1011001 100100

Color Harmonies of #AD270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD270A

Black with #AD270A

Text Example


Text Example

White with #AD270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD270A; }

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

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

background-color css

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

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

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

border-color css

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

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

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