Html Css Color HEX #AD363D Brick Red

📋 copy color: '#AD363D'

red 173 ◦ green 54 ◦ blue 61

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

Shades of Brick Red #AD363D

Tints of Brick Red #AD363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.75%

 BLUE value IS 61 (24.22% from 255) = 21.18%

R = 60.07%
G = 18.75%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD363D (or 0xAD363D) is known color: Brick Red. HEX triplet: AD, 36 and 3D. RGB value is (173,54,61). Sum of RGB (Red+Green+Blue) = 173+54+61=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD363D is #52C9C2. Grayscale: #5A5A5A. Windows color (decimal): -5425603 or 4011693. OLE color: 4011693.

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

Color convert

RGB 173 54 61 -
CMYK 0 0.69 0.65 0.32
HSL 356.47º 0.52% 0.45% -
HSV(B) 356.47º 0.69% 0.68% -
XYZ 19.4 11.86 5.68 -
YUV 90.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 173 54 61 0 0.69 0.65 0.32 356.47 0.52 0.45
Hex AD 36 3D 0 45 41 20 164 34 2D
Octal 255 66 75 0 105 101 40 544 64 55
Binary 10101101 110110 111101 0 1000101 1000001 100000 101100100 110100 101101

Color Harmonies of #AD363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD363D

Black with #AD363D

Text Example


Text Example

White with #AD363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD363D; }

 p { color: rgb(173,54,61); }

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

background-color css

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

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

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

border-color css

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

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

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