#C22A45

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

Shades of Brick Red #C22A45

Tints of Brick Red #C22A45

Color information

#C22A45 (or 0xC22A45) is unknown color: approx Brick Red. HEX triplet: C2, 2A and 45. RGB value is (194,42,69). Sum of RGB (Red+Green+Blue) = 194+42+69=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A45 is #3DD5BA. Grayscale: #5A5A5A. Windows color (decimal): -4052411 or 4532930. OLE color: 4532930.

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

Color convert

RGB1944269-
CMYK00.780.640.24
HSL349.34º64.41%46.27%-
HSV(B)349.34º78.35%76.08%-
XYZ24.1513.556.97-
YUV90.53115.86201.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.61%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=63.61%
G=13.77%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194426900.780.640.24349.3464.4146.27
HexC22A4504E401815d402e
Octal3025210501161003053510056
Binary110000101010101000101010011101000000110001010111011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A45; }

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

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

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

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

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

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

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

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