#C22B43

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

Shades of Brick Red #C22B43

Tints of Brick Red #C22B43

Color information

#C22B43 (or 0xC22B43) is unknown color: approx Brick Red. HEX triplet: C2, 2B and 43. RGB value is (194,43,67). Sum of RGB (Red+Green+Blue) = 194+43+67=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22B43 is #3DD4BC. Grayscale: #5A5A5A. Windows color (decimal): -4052157 or 4402114. OLE color: 4402114.

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

Color convert

RGB1944367-
CMYK00.780.650.24
HSL350.46º63.71%46.47%-
HSV(B)350.46º77.84%76.08%-
XYZ24.1313.66.66-
YUV90.88114.53201.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.82%
GREEN value IS 43 (17.19% from 255) = 14.14%
BLUE value IS 67 (26.56% from 255) = 22.04%
R=63.82%
G=14.14%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194436700.780.650.24350.4663.7146.47
HexC22B4304E411815e402e
Octal3025310301161013053610056
Binary110000101010111000011010011101000001110001010111101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22B43; }

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

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

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

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

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

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

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

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