#C22B45

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

Shades of Brick Red #C22B45

Tints of Brick Red #C22B45

Color information

#C22B45 (or 0xC22B45) is unknown color: approx Brick Red. HEX triplet: C2, 2B and 45. RGB value is (194,43,69). Sum of RGB (Red+Green+Blue) = 194+43+69=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22B45 is #3DD4BA. Grayscale: #5B5B5B. Windows color (decimal): -4052155 or 4533186. OLE color: 4533186.

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

Color convert

RGB1944369-
CMYK00.780.640.24
HSL349.67º63.71%46.47%-
HSV(B)349.67º77.84%76.08%-
XYZ24.1913.636.99-
YUV91.11115.53201.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.40%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=63.40%
G=14.05%
B=22.55%

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
Decimal194436900.780.640.24349.6763.7146.47
HexC22B4504E401815e402e
Octal3025310501161003053610056
Binary110000101010111000101010011101000000110001010111101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22B45; }

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

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

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

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

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

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

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

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