Html Css Color HEX #C73C48 Brick Red

📋 copy color: '#C73C48'

red 199 ◦ green 60 ◦ blue 72

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

Shades of Brick Red #C73C48

Tints of Brick Red #C73C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 60.12%
G = 18.13%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C73C48 (or 0xC73C48) is known color: Brick Red. HEX triplet: C7, 3C and 48. RGB value is (199,60,72). Sum of RGB (Red+Green+Blue) = 199+60+72=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C48 is #38C3B7. Grayscale: #676767. Windows color (decimal): -3720120 or 4734151. OLE color: 4734151.

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

Color convert

RGB 199 60 72 -
CMYK 0 0.70 0.64 0.22
HSL 354.82º 0.55% 0.51% -
HSV(B) 354.82º 0.7% 0.78% -
XYZ 26.34 15.84 7.8 -
YUV 102.93 110.55 196.52 -
System Red Green Blue C M Y K H S L
Decimal 199 60 72 0 0.70 0.64 0.22 354.82 0.55 0.51
Hex C7 3C 48 0 46 40 16 163 37 33
Octal 307 74 110 0 106 100 26 543 67 63
Binary 11000111 111100 1001000 0 1000110 1000000 10110 101100011 110111 110011

Color Harmonies of #C73C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C48

Black with #C73C48

Text Example


Text Example

White with #C73C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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