Html Css Color HEX #C54049 Brick Red

📋 copy color: '#C54049'

red 197 ◦ green 64 ◦ blue 73

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

Shades of Brick Red #C54049

Tints of Brick Red #C54049

RGB

 RED value IS 197 (77.34% from 255) = 58.98%

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 58.98%
G = 19.16%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C54049 (or 0xC54049) is known color: Brick Red. HEX triplet: C5, 40 and 49. RGB value is (197,64,73). Sum of RGB (Red+Green+Blue) = 197+64+73=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C54049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54049 is #3ABFB6. Grayscale: #686868. Windows color (decimal): -3850167 or 4800709. OLE color: 4800709.

HSL color Cylindrical-coordinate representation of color #C54049: hue angle of 355.94º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54049 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 73 -
CMYK 0 0.68 0.63 0.23
HSL 355.94º 0.53% 0.51% -
HSV(B) 355.94º 0.68% 0.77% -
XYZ 26.06 16.02 8.02 -
YUV 104.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 197 64 73 0 0.68 0.63 0.23 355.94 0.53 0.51
Hex C5 40 49 0 44 3F 17 164 35 33
Octal 305 100 111 0 104 77 27 544 65 63
Binary 11000101 1000000 1001001 0 1000100 111111 10111 101100100 110101 110011

Color Harmonies of #C54049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54049

Black with #C54049

Text Example


Text Example

White with #C54049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54049; }

 p { color: rgb(197,64,73); }

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

background-color css

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

 a { background-color: rgb(197,64,73); }

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

border-color css

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

 span { border-color: rgb(197,64,73); }

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