#C1383F

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

Shades of Brick Red #C1383F

Tints of Brick Red #C1383F

Color information

#C1383F (or 0xC1383F) is unknown color: approx Brick Red. HEX triplet: C1, 38 and 3F. RGB value is (193,56,63). Sum of RGB (Red+Green+Blue) = 193+56+63=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C1383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1383F is #3EC7C0. Grayscale: #616161. Windows color (decimal): -4114369 or 4143297. OLE color: 4143297.

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

Color convert

RGB1935663-
CMYK00.710.670.24
HSL356.93º55.02%48.82%-
HSV(B)356.93º70.98%75.69%-
XYZ24.314.526.23-
YUV97.76108.39195.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.86%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 63 (25% from 255) = 20.19%
R=61.86%
G=17.95%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193566300.710.670.24356.9355.0248.82
HexC1383F04743181653731
Octal30170770107103305456761
Binary1100000111100011111101000111100001111000101100101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1383F; }

 p { color: rgb(193,56,63); }

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

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

 a { background-color: rgb(193,56,63); }

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

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

 span { border-color: rgb(193,56,63); }

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