#C6263D

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

Shades of Brick Red #C6263D

Tints of Brick Red #C6263D

Color information

#C6263D (or 0xC6263D) is unknown color: approx Brick Red. HEX triplet: C6, 26 and 3D. RGB value is (198,38,61). Sum of RGB (Red+Green+Blue) = 198+38+61=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6263D is #39D9C2. Grayscale: #585858. Windows color (decimal): -3791299 or 4007622. OLE color: 4007622.

HSL color Cylindrical-coordinate representation of color #C6263D: hue angle of 351.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6263D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1983861-
CMYK00.810.690.22
HSL351.38º67.8%46.27%-
HSV(B)351.38º80.81%77.65%-
XYZ24.8213.735.76-
YUV88.46112.51206.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.67%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=66.67%
G=12.79%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198386100.810.690.22351.3867.846.27
HexC6263D051451615f442e
Octal306467501211052653710456
Binary11000110100110111101010100011000101101101010111111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6263D; }

 p { color: rgb(198,38,61); }

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

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

 a { background-color: rgb(198,38,61); }

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

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

 span { border-color: rgb(198,38,61); }

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