#C0353E

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

Shades of Brick Red #C0353E

Tints of Brick Red #C0353E

Color information

#C0353E (or 0xC0353E) is unknown color: approx Brick Red. HEX triplet: C0, 35 and 3E. RGB value is (192,53,62). Sum of RGB (Red+Green+Blue) = 192+53+62=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0353E is #3FCAC1. Grayscale: #5F5F5F. Windows color (decimal): -4180674 or 4076992. OLE color: 4076992.

HSL color Cylindrical-coordinate representation of color #C0353E: hue angle of 356.12º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0353E is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1925362-
CMYK00.720.680.25
HSL356.12º56.73%48.04%-
HSV(B)356.12º72.4%75.29%-
XYZ23.8814.16.02-
YUV95.59109.05196.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.54%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=62.54%
G=17.26%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192536200.720.680.25356.1256.7348.04
HexC0353E04844191643930
Octal30065760110104315447160
Binary1100000011010111111001001000100010011001101100100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0353E; }

 p { color: rgb(192,53,62); }

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

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

 a { background-color: rgb(192,53,62); }

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

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

 span { border-color: rgb(192,53,62); }

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