#C22645

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

Shades of Brick Red #C22645

Tints of Brick Red #C22645

Color information

#C22645 (or 0xC22645) is unknown color: approx Brick Red. HEX triplet: C2, 26 and 45. RGB value is (194,38,69). Sum of RGB (Red+Green+Blue) = 194+38+69=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C22645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22645 is #3DD9BA. Grayscale: #585858. Windows color (decimal): -4053435 or 4531906. OLE color: 4531906.

HSL color Cylindrical-coordinate representation of color #C22645: hue angle of 348.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22645 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB1943869-
CMYK00.800.640.24
HSL348.08º67.24%45.49%-
HSV(B)348.08º80.41%76.08%-
XYZ24.0213.296.93-
YUV88.18117.18203.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=64.45%
G=12.62%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194386900.800.640.24348.0867.2445.49
HexC22645050401815c432d
Octal3024610501201003053410355
Binary110000101001101000101010100001000000110001010111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22645; }

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

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

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

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

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

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

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

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