Html Css Color HEX #AD231A Fire Brick

📋 copy color: '#AD231A'

red 173 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #AD231A

Tints of Fire Brick #AD231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 73.93%
G = 14.96%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD231A (or 0xAD231A) is known color: Fire Brick. HEX triplet: AD, 23 and 1A. RGB value is (173,35,26). Sum of RGB (Red+Green+Blue) = 173+35+26=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD231A is #52DCE5. Grayscale: #4B4B4B. Windows color (decimal): -5430502 or 1713069. OLE color: 1713069.

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

Color convert

RGB 173 35 26 -
CMYK 0 0.80 0.85 0.32
HSL 3.67º 0.74% 0.39% -
HSV(B) 3.67º 0.85% 0.68% -
XYZ 18.02 10.16 1.99 -
YUV 75.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 173 35 26 0 0.80 0.85 0.32 3.67 0.74 0.39
Hex AD 23 1A 0 50 55 20 4 4A 27
Octal 255 43 32 0 120 125 40 4 112 47
Binary 10101101 100011 11010 0 1010000 1010101 100000 100 1001010 100111

Color Harmonies of #AD231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD231A

Black with #AD231A

Text Example


Text Example

White with #AD231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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