#C23846

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

Shades of Brick Red #C23846

Tints of Brick Red #C23846

Color information

#C23846 (or 0xC23846) is unknown color: approx Brick Red. HEX triplet: C2, 38 and 46. RGB value is (194,56,70). Sum of RGB (Red+Green+Blue) = 194+56+70=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C23846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23846 is #3DC7B9. Grayscale: #626262. Windows color (decimal): -4048826 or 4602050. OLE color: 4602050.

HSL color Cylindrical-coordinate representation of color #C23846: hue angle of 353.91º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23846 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB1945670-
CMYK00.710.640.24
HSL353.91º55.2%49.02%-
HSV(B)353.91º71.13%76.08%-
XYZ24.7714.747.33-
YUV98.86111.72195.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.62%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=60.62%
G=17.5%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194567000.710.640.24353.9155.249.02
HexC2384604740181623731
Octal302701060107100305426761
Binary11000010111000100011001000111100000011000101100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23846; }

 p { color: rgb(194,56,70); }

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

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

 a { background-color: rgb(194,56,70); }

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

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

 span { border-color: rgb(194,56,70); }

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