#C54349

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

Shades of Brick Red #C54349

Tints of Brick Red #C54349

Color information

#C54349 (or 0xC54349) is unknown color: approx Brick Red. HEX triplet: C5, 43 and 49. RGB value is (197,67,73). Sum of RGB (Red+Green+Blue) = 197+67+73=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C54349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54349 is #3ABCB6. Grayscale: #6A6A6A. Windows color (decimal): -3849399 or 4801477. OLE color: 4801477.

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

Color convert

RGB1976773-
CMYK00.660.630.23
HSL357.23º52.85%51.76%-
HSV(B)357.23º65.99%77.25%-
XYZ26.2416.378.08-
YUV106.55109.07192.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.46%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=58.46%
G=19.88%
B=21.66%

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
Decimal197677300.660.630.23357.2352.8551.76
HexC543490423F171653534
Octal305103111010277275456564
Binary11000101100001110010010100001011111110111101100101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54349; }

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

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

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

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

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

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

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

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