Html Css Color HEX #AD2B3A Brick Red

📋 copy color: '#AD2B3A'

red 173 ◦ green 43 ◦ blue 58

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

Shades of Brick Red #AD2B3A

Tints of Brick Red #AD2B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

 BLUE value IS 58 (23.05% from 255) = 21.17%

R = 63.14%
G = 15.69%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD2B3A (or 0xAD2B3A) is known color: Brick Red. HEX triplet: AD, 2B and 3A. RGB value is (173,43,58). Sum of RGB (Red+Green+Blue) = 173+43+58=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B3A is #52D4C5. Grayscale: #535353. Windows color (decimal): -5428422 or 3812269. OLE color: 3812269.

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

Color convert

RGB 173 43 58 -
CMYK 0 0.75 0.66 0.32
HSL 353.08º 0.6% 0.42% -
HSV(B) 353.08º 0.75% 0.68% -
XYZ 18.86 10.92 5.12 -
YUV 83.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 173 43 58 0 0.75 0.66 0.32 353.08 0.6 0.42
Hex AD 2B 3A 0 4B 42 20 161 3C 2A
Octal 255 53 72 0 113 102 40 541 74 52
Binary 10101101 101011 111010 0 1001011 1000010 100000 101100001 111100 101010

Color Harmonies of #AD2B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B3A

Black with #AD2B3A

Text Example


Text Example

White with #AD2B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B3A; }

 p { color: rgb(173,43,58); }

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

background-color css

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

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

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

border-color css

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

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

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