Html Css Color HEX #C73549 Brick Red

📋 copy color: '#C73549'

red 199 ◦ green 53 ◦ blue 73

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

Shades of Brick Red #C73549

Tints of Brick Red #C73549

RGB

 RED value IS 199 (78.13% from 255) = 61.23%

 GREEN value IS 53 (21.09% from 255) = 16.31%

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 61.23%
G = 16.31%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C73549 (or 0xC73549) is known color: Brick Red. HEX triplet: C7, 35 and 49. RGB value is (199,53,73). Sum of RGB (Red+Green+Blue) = 199+53+73=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C73549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73549 is #38CAB6. Grayscale: #636363. Windows color (decimal): -3721911 or 4797895. OLE color: 4797895.

HSL color Cylindrical-coordinate representation of color #C73549: hue angle of 351.78º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73549 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 73 -
CMYK 0 0.73 0.63 0.22
HSL 351.78º 0.58% 0.49% -
HSV(B) 351.78º 0.73% 0.78% -
XYZ 26.03 15.17 7.86 -
YUV 98.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 199 53 73 0 0.73 0.63 0.22 351.78 0.58 0.49
Hex C7 35 49 0 49 3F 16 160 3A 31
Octal 307 65 111 0 111 77 26 540 72 61
Binary 11000111 110101 1001001 0 1001001 111111 10110 101100000 111010 110001

Color Harmonies of #C73549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73549

Black with #C73549

Text Example


Text Example

White with #C73549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73549; }

 p { color: rgb(199,53,73); }

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

background-color css

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

 a { background-color: rgb(199,53,73); }

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

border-color css

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

 span { border-color: rgb(199,53,73); }

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