Html Css Color HEX #C73C49 Brick Red

📋 copy color: '#C73C49'

red 199 ◦ green 60 ◦ blue 73

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

Shades of Brick Red #C73C49

Tints of Brick Red #C73C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

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

R = 59.94%
G = 18.07%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C73C49 (or 0xC73C49) is known color: Brick Red. HEX triplet: C7, 3C and 49. RGB value is (199,60,73). Sum of RGB (Red+Green+Blue) = 199+60+73=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C49 is #38C3B6. Grayscale: #676767. Windows color (decimal): -3720119 or 4799687. OLE color: 4799687.

HSL color Cylindrical-coordinate representation of color #C73C49: hue angle of 354.39º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C49 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 73 -
CMYK 0 0.70 0.63 0.22
HSL 354.39º 0.55% 0.51% -
HSV(B) 354.39º 0.7% 0.78% -
XYZ 26.37 15.85 7.97 -
YUV 103.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 199 60 73 0 0.70 0.63 0.22 354.39 0.55 0.51
Hex C7 3C 49 0 46 3F 16 162 37 33
Octal 307 74 111 0 106 77 26 542 67 63
Binary 11000111 111100 1001001 0 1000110 111111 10110 101100010 110111 110011

Color Harmonies of #C73C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C49

Black with #C73C49

Text Example


Text Example

White with #C73C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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