Html Css Color HEX #AD2727 Fire Brick

📋 copy color: '#AD2727'

red 173 ◦ green 39 ◦ blue 39

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

Shades of Fire Brick #AD2727

Tints of Fire Brick #AD2727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 68.92%
G = 15.54%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD2727 (or 0xAD2727) is known color: Fire Brick. HEX triplet: AD, 27 and 27. RGB value is (173,39,39). Sum of RGB (Red+Green+Blue) = 173+39+39=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2727 is #52D8D8. Grayscale: #4F4F4F. Windows color (decimal): -5429465 or 2566061. OLE color: 2566061.

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

Color convert

RGB 173 39 39 -
CMYK 0 0.77 0.77 0.32
HSL 0.63% 0.42% -
HSV(B) 0.77% 0.68% -
XYZ 18.33 10.48 2.98 -
YUV 79.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 173 39 39 0 0.77 0.77 0.32 0 0.63 0.42
Hex AD 27 27 0 4D 4D 20 0 3F 2A
Octal 255 47 47 0 115 115 40 0 77 52
Binary 10101101 100111 100111 0 1001101 1001101 100000 0 111111 101010

Color Harmonies of #AD2727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2727

Black with #AD2727

Text Example


Text Example

White with #AD2727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2727; }

 p { color: rgb(173,39,39); }

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

background-color css

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

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

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

border-color css

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

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

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