Html Css Color HEX #AD231E Fire Brick

📋 copy color: '#AD231E'

red 173 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #AD231E

Tints of Fire Brick #AD231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 72.69%
G = 14.71%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD231E (or 0xAD231E) is known color: Fire Brick. HEX triplet: AD, 23 and 1E. RGB value is (173,35,30). Sum of RGB (Red+Green+Blue) = 173+35+30=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD231E is #52DCE1. Grayscale: #4B4B4B. Windows color (decimal): -5430498 or 1975213. OLE color: 1975213.

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

Color convert

RGB 173 35 30 -
CMYK 0 0.80 0.83 0.32
HSL 2.1º 0.7% 0.4% -
HSV(B) 2.1º 0.83% 0.68% -
XYZ 18.07 10.18 2.24 -
YUV 75.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 173 35 30 0 0.80 0.83 0.32 2.1 0.7 0.4
Hex AD 23 1E 0 50 53 20 2 46 28
Octal 255 43 36 0 120 123 40 2 106 50
Binary 10101101 100011 11110 0 1010000 1010011 100000 10 1000110 101000

Color Harmonies of #AD231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD231E

Black with #AD231E

Text Example


Text Example

White with #AD231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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