#C14448

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

Shades of Brick Red #C14448

Tints of Brick Red #C14448

Color information

#C14448 (or 0xC14448) is unknown color: approx Brick Red. HEX triplet: C1, 44 and 48. RGB value is (193,68,72). Sum of RGB (Red+Green+Blue) = 193+68+72=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C14448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14448 is #3EBBB7. Grayscale: #696969. Windows color (decimal): -4111288 or 4736193. OLE color: 4736193.

HSL color Cylindrical-coordinate representation of color #C14448: hue angle of 358.08º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14448 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1936872-
CMYK00.650.630.24
HSL358.08º50.2%51.18%-
HSV(B)358.08º64.77%75.69%-
XYZ25.2315.947.88-
YUV105.83108.91190.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.96%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=57.96%
G=20.42%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193687200.650.630.24358.0850.251.18
HexC144480413F181663233
Octal301104110010177305466263
Binary11000001100010010010000100000111111111000101100110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14448; }

 p { color: rgb(193,68,72); }

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

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

 a { background-color: rgb(193,68,72); }

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

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

 span { border-color: rgb(193,68,72); }

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