#C23845

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

Shades of Brick Red #C23845

Tints of Brick Red #C23845

Color information

#C23845 (or 0xC23845) is unknown color: approx Brick Red. HEX triplet: C2, 38 and 45. RGB value is (194,56,69). Sum of RGB (Red+Green+Blue) = 194+56+69=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C23845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23845 is #3DC7BA. Grayscale: #626262. Windows color (decimal): -4048827 or 4536514. OLE color: 4536514.

HSL color Cylindrical-coordinate representation of color #C23845: hue angle of 354.35º 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 #C23845 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB1945669-
CMYK00.710.640.24
HSL354.35º55.2%49.02%-
HSV(B)354.35º71.13%76.08%-
XYZ24.7414.737.17-
YUV98.74111.22195.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=60.82%
G=17.55%
B=21.63%

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
Decimal194566900.710.640.24354.3555.249.02
HexC2384504740181623731
Octal302701050107100305426761
Binary11000010111000100010101000111100000011000101100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23845; }

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

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

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

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

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

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

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

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