#C63944

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

Shades of Brick Red #C63944

Tints of Brick Red #C63944

Color information

#C63944 (or 0xC63944) is unknown color: approx Brick Red. HEX triplet: C6, 39 and 44. RGB value is (198,57,68). Sum of RGB (Red+Green+Blue) = 198+57+68=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C63944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63944 is #39C6BB. Grayscale: #646464. Windows color (decimal): -3786428 or 4471238. OLE color: 4471238.

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

Color convert

RGB1985768-
CMYK00.710.660.22
HSL355.32º55.29%50%-
HSV(B)355.32º71.21%77.65%-
XYZ25.815.357.07-
YUV100.41109.71197.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.30%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=61.30%
G=17.65%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198576800.710.660.22355.3255.2950
HexC6394404742161633732
Octal306711040107102265436762
Binary11000110111001100010001000111100001010110101100011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63944; }

 p { color: rgb(198,57,68); }

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

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

 a { background-color: rgb(198,57,68); }

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

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

 span { border-color: rgb(198,57,68); }

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