#C6333E

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

Shades of Brick Red #C6333E

Tints of Brick Red #C6333E

Color information

#C6333E (or 0xC6333E) is unknown color: approx Brick Red. HEX triplet: C6, 33 and 3E. RGB value is (198,51,62). Sum of RGB (Red+Green+Blue) = 198+51+62=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6333E is #39CCC1. Grayscale: #606060. Windows color (decimal): -3787970 or 4076486. OLE color: 4076486.

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

Color convert

RGB1985162-
CMYK00.740.690.22
HSL355.51º59.04%48.82%-
HSV(B)355.51º74.24%77.65%-
XYZ25.3414.726.06-
YUV96.21108.7200.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.67%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=63.67%
G=16.40%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198516200.740.690.22355.5159.0448.82
HexC6333E04A45161643b31
Octal30663760112105265447361
Binary1100011011001111111001001010100010110110101100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6333E; }

 p { color: rgb(198,51,62); }

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

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

 a { background-color: rgb(198,51,62); }

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

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

 span { border-color: rgb(198,51,62); }

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