Html Css Color HEX #AD130B Fire Brick

📋 copy color: '#AD130B'

red 173 ◦ green 19 ◦ blue 11

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

Shades of Fire Brick #AD130B

Tints of Fire Brick #AD130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 85.22%
G = 9.36%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD130B (or 0xAD130B) is known color: Fire Brick. HEX triplet: AD, 13 and 0B. RGB value is (173,19,11). Sum of RGB (Red+Green+Blue) = 173+19+11=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD130B is #52ECF4. Grayscale: #404040. Windows color (decimal): -5434613 or 725933. OLE color: 725933.

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

Color convert

RGB 173 19 11 -
CMYK 0 0.89 0.94 0.32
HSL 2.96º 0.88% 0.36% -
HSV(B) 2.96º 0.94% 0.68% -
XYZ 17.53 9.37 1.2 -
YUV 64.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 173 19 11 0 0.89 0.94 0.32 2.96 0.88 0.36
Hex AD 13 B 0 59 5E 20 3 58 24
Octal 255 23 13 0 131 136 40 3 130 44
Binary 10101101 10011 1011 0 1011001 1011110 100000 11 1011000 100100

Color Harmonies of #AD130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD130B

Black with #AD130B

Text Example


Text Example

White with #AD130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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