#C13743

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

Shades of Brick Red #C13743

Tints of Brick Red #C13743

Color information

#C13743 (or 0xC13743) is unknown color: approx Brick Red. HEX triplet: C1, 37 and 43. RGB value is (193,55,67). Sum of RGB (Red+Green+Blue) = 193+55+67=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C13743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13743 is #3EC8BC. Grayscale: #616161. Windows color (decimal): -4114621 or 4405185. OLE color: 4405185.

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

Color convert

RGB1935567-
CMYK00.720.650.24
HSL354.78º55.65%48.63%-
HSV(B)354.78º71.5%75.69%-
XYZ24.3714.486.82-
YUV97.63110.72196.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.27%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 67 (26.56% from 255) = 21.27%
R=61.27%
G=17.46%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193556700.720.650.24354.7855.6548.63
HexC1374304841181633831
Octal301671030110101305437061
Binary11000001110111100001101001000100000111000101100011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13743; }

 p { color: rgb(193,55,67); }

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

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

 a { background-color: rgb(193,55,67); }

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

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

 span { border-color: rgb(193,55,67); }

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