#C44248

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

Shades of Brick Red #C44248

Tints of Brick Red #C44248

Color information

#C44248 (or 0xC44248) is unknown color: approx Brick Red. HEX triplet: C4, 42 and 48. RGB value is (196,66,72). Sum of RGB (Red+Green+Blue) = 196+66+72=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C44248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44248 is #3BBDB7. Grayscale: #696969. Windows color (decimal): -3915192 or 4735684. OLE color: 4735684.

HSL color Cylindrical-coordinate representation of color #C44248: hue angle of 357.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44248 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1966672-
CMYK00.660.630.23
HSL357.23º52.42%51.37%-
HSV(B)357.23º66.33%76.86%-
XYZ25.8816.17.87-
YUV105.55109.07192.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.68%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=58.68%
G=19.76%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196667200.660.630.23357.2352.4251.37
HexC442480423F171653433
Octal304102110010277275456463
Binary11000100100001010010000100001011111110111101100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44248; }

 p { color: rgb(196,66,72); }

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

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

 a { background-color: rgb(196,66,72); }

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

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

 span { border-color: rgb(196,66,72); }

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