Html Css Color HEX #AD303C Brick Red

📋 copy color: '#AD303C'

red 173 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #AD303C

Tints of Brick Red #AD303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 61.57%
G = 17.08%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD303C (or 0xAD303C) is known color: Brick Red. HEX triplet: AD, 30 and 3C. RGB value is (173,48,60). Sum of RGB (Red+Green+Blue) = 173+48+60=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD303C is #52CFC3. Grayscale: #565656. Windows color (decimal): -5427140 or 3944621. OLE color: 3944621.

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

Color convert

RGB 173 48 60 -
CMYK 0 0.72 0.65 0.32
HSL 354.24º 0.57% 0.43% -
HSV(B) 354.24º 0.72% 0.68% -
XYZ 19.11 11.32 5.45 -
YUV 86.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 173 48 60 0 0.72 0.65 0.32 354.24 0.57 0.43
Hex AD 30 3C 0 48 41 20 162 39 2B
Octal 255 60 74 0 110 101 40 542 71 53
Binary 10101101 110000 111100 0 1001000 1000001 100000 101100010 111001 101011

Color Harmonies of #AD303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD303C

Black with #AD303C

Text Example


Text Example

White with #AD303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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