#C54348

Color #C54348 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C54348

Tints of Brick Red #C54348

Color information

#C54348 (or 0xC54348) is unknown color: approx Brick Red. HEX triplet: C5, 43 and 48. RGB value is (197,67,72). Sum of RGB (Red+Green+Blue) = 197+67+72=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C54348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54348 is #3ABCB7. Grayscale: #6A6A6A. Windows color (decimal): -3849400 or 4735941. OLE color: 4735941.

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

Color convert

RGB1976772-
CMYK00.660.630.23
HSL357.69º52.85%51.76%-
HSV(B)357.69º65.99%77.25%-
XYZ26.216.357.91-
YUV106.44108.57192.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.63%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=58.63%
G=19.94%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197677200.660.630.23357.6952.8551.76
HexC543480423F171663534
Octal305103110010277275466564
Binary11000101100001110010000100001011111110111101100110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54348; }

 p { color: rgb(197,67,72); }

 H1.HeaderClassName
 {
   color: #C54348;
 }
 .AnyTagClassName
 {
   color: #C54348;
 }
</style>
background-color css

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

 a { background-color: rgb(197,67,72); }

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

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

 span { border-color: rgb(197,67,72); }

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