Html Css Color HEX #C73C4A Brick Red

📋 copy color: '#C73C4A'

red 199 ◦ green 60 ◦ blue 74

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

Shades of Brick Red #C73C4A

Tints of Brick Red #C73C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 59.76%
G = 18.02%
B = 22.22%

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

#C73C4A (or 0xC73C4A) is known color: Brick Red. HEX triplet: C7, 3C and 4A. RGB value is (199,60,74). Sum of RGB (Red+Green+Blue) = 199+60+74=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C4A is #38C3B5. Grayscale: #676767. Windows color (decimal): -3720118 or 4865223. OLE color: 4865223.

HSL color Cylindrical-coordinate representation of color #C73C4A: hue angle of 353.96º 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 #C73C4A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 74 -
CMYK 0 0.70 0.63 0.22
HSL 353.96º 0.55% 0.51% -
HSV(B) 353.96º 0.7% 0.78% -
XYZ 26.41 15.87 8.15 -
YUV 103.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 199 60 74 0 0.70 0.63 0.22 353.96 0.55 0.51
Hex C7 3C 4A 0 46 3F 16 162 37 33
Octal 307 74 112 0 106 77 26 542 67 63
Binary 11000111 111100 1001010 0 1000110 111111 10110 101100010 110111 110011

Color Harmonies of #C73C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C4A

Black with #C73C4A

Text Example


Text Example

White with #C73C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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