Html Css Color HEX #AD301B Fire Brick

📋 copy color: '#AD301B'

red 173 ◦ green 48 ◦ blue 27

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

Shades of Fire Brick #AD301B

Tints of Fire Brick #AD301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 69.76%
G = 19.35%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD301B (or 0xAD301B) is known color: Fire Brick. HEX triplet: AD, 30 and 1B. RGB value is (173,48,27). Sum of RGB (Red+Green+Blue) = 173+48+27=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD301B is #52CFE4. Grayscale: #535353. Windows color (decimal): -5427173 or 1781933. OLE color: 1781933.

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

Color convert

RGB 173 48 27 -
CMYK 0 0.72 0.84 0.32
HSL 8.63º 0.73% 0.39% -
HSV(B) 8.63º 0.84% 0.68% -
XYZ 18.49 11.08 2.2 -
YUV 82.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 173 48 27 0 0.72 0.84 0.32 8.63 0.73 0.39
Hex AD 30 1B 0 48 54 20 9 49 27
Octal 255 60 33 0 110 124 40 11 111 47
Binary 10101101 110000 11011 0 1001000 1010100 100000 1001 1001001 100111

Color Harmonies of #AD301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD301B

Black with #AD301B

Text Example


Text Example

White with #AD301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD301B; }

 p { color: rgb(173,48,27); }

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

background-color css

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

 a { background-color: rgb(173,48,27); }

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

border-color css

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

 span { border-color: rgb(173,48,27); }

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