Html Css Color HEX #AD230B Fire Brick

📋 copy color: '#AD230B'

red 173 ◦ green 35 ◦ blue 11

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

Shades of Fire Brick #AD230B

Tints of Fire Brick #AD230B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.02%

R = 79%
G = 15.98%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD230B (or 0xAD230B) is known color: Fire Brick. HEX triplet: AD, 23 and 0B. RGB value is (173,35,11). Sum of RGB (Red+Green+Blue) = 173+35+11=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD230B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD230B is #52DCF4. Grayscale: #494949. Windows color (decimal): -5430517 or 730029. OLE color: 730029.

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

Color convert

RGB 173 35 11 -
CMYK 0 0.80 0.94 0.32
HSL 8.89º 0.88% 0.36% -
HSV(B) 8.89º 0.94% 0.68% -
XYZ 17.9 10.11 1.32 -
YUV 73.53 92.72 198.95 -
System Red Green Blue C M Y K H S L
Decimal 173 35 11 0 0.80 0.94 0.32 8.89 0.88 0.36
Hex AD 23 B 0 50 5E 20 9 58 24
Octal 255 43 13 0 120 136 40 11 130 44
Binary 10101101 100011 1011 0 1010000 1011110 100000 1001 1011000 100100

Color Harmonies of #AD230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD230B

Black with #AD230B

Text Example


Text Example

White with #AD230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD230B; }

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

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

background-color css

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

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

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

border-color css

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

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

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