Html Css Color HEX #AD231D Fire Brick

📋 copy color: '#AD231D'

red 173 ◦ green 35 ◦ blue 29

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

Shades of Fire Brick #AD231D

Tints of Fire Brick #AD231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 73%
G = 14.77%
B = 12.24%

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

#AD231D (or 0xAD231D) is known color: Fire Brick. HEX triplet: AD, 23 and 1D. RGB value is (173,35,29). Sum of RGB (Red+Green+Blue) = 173+35+29=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD231D is #52DCE2. Grayscale: #4B4B4B. Windows color (decimal): -5430499 or 1909677. OLE color: 1909677.

HSL color Cylindrical-coordinate representation of color #AD231D: hue angle of 2.5º degrees, saturation: 0.71, 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 #AD231D is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 29 -
CMYK 0 0.80 0.83 0.32
HSL 2.5º 0.71% 0.4% -
HSV(B) 2.5º 0.83% 0.68% -
XYZ 18.06 10.18 2.17 -
YUV 75.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 173 35 29 0 0.80 0.83 0.32 2.5 0.71 0.4
Hex AD 23 1D 0 50 53 20 2 47 28
Octal 255 43 35 0 120 123 40 2 107 50
Binary 10101101 100011 11101 0 1010000 1010011 100000 10 1000111 101000

Color Harmonies of #AD231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD231D

Black with #AD231D

Text Example


Text Example

White with #AD231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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