#C63041

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

Shades of Brick Red #C63041

Tints of Brick Red #C63041

Color information

#C63041 (or 0xC63041) is unknown color: approx Brick Red. HEX triplet: C6, 30 and 41. RGB value is (198,48,65). Sum of RGB (Red+Green+Blue) = 198+48+65=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C63041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63041 is #39CFBE. Grayscale: #5E5E5E. Windows color (decimal): -3788735 or 4272326. OLE color: 4272326.

HSL color Cylindrical-coordinate representation of color #C63041: hue angle of 353.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63041 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB1984865-
CMYK00.760.670.22
HSL353.2º60.98%48.24%-
HSV(B)353.2º75.76%77.65%-
XYZ25.314.56.47-
YUV94.79111.2201.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.67%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 65 (25.78% from 255) = 20.90%
R=63.67%
G=15.43%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198486500.760.670.22353.260.9848.24
HexC6304104C43161613d30
Octal306601010114103265417560
Binary11000110110000100000101001100100001110110101100001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63041; }

 p { color: rgb(198,48,65); }

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

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

 a { background-color: rgb(198,48,65); }

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

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

 span { border-color: rgb(198,48,65); }

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