#C63848

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

Shades of Brick Red #C63848

Tints of Brick Red #C63848

Color information

#C63848 (or 0xC63848) is unknown color: approx Brick Red. HEX triplet: C6, 38 and 48. RGB value is (198,56,72). Sum of RGB (Red+Green+Blue) = 198+56+72=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C63848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63848 is #39C7B7. Grayscale: #646464. Windows color (decimal): -3786680 or 4733126. OLE color: 4733126.

HSL color Cylindrical-coordinate representation of color #C63848: hue angle of 353.24º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63848 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB1985672-
CMYK00.720.640.22
HSL353.24º55.91%49.8%-
HSV(B)353.24º71.72%77.65%-
XYZ25.8715.37.72-
YUV100.28112.04197.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.74%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=60.74%
G=17.18%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198567200.720.640.22353.2455.9149.8
HexC6384804840161613832
Octal306701100110100265417062
Binary11000110111000100100001001000100000010110101100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63848; }

 p { color: rgb(198,56,72); }

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

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

 a { background-color: rgb(198,56,72); }

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

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

 span { border-color: rgb(198,56,72); }

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