#C83748

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

Shades of Brick Red #C83748

Tints of Brick Red #C83748

Color information

#C83748 (or 0xC83748) is unknown color: approx Brick Red. HEX triplet: C8, 37 and 48. RGB value is (200,55,72). Sum of RGB (Red+Green+Blue) = 200+55+72=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C83748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83748 is #37C8B7. Grayscale: #646464. Windows color (decimal): -3655864 or 4732872. OLE color: 4732872.

HSL color Cylindrical-coordinate representation of color #C83748: hue angle of 352.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83748 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB2005572-
CMYK00.720.640.22
HSL352.97º56.86%50%-
HSV(B)352.97º72.5%78.43%-
XYZ26.3615.487.73-
YUV100.29112.04199.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.16%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=61.16%
G=16.82%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200557200.720.640.22352.9756.8650
HexC8374804840161613932
Octal310671100110100265417162
Binary11001000110111100100001001000100000010110101100001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83748; }

 p { color: rgb(200,55,72); }

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

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

 a { background-color: rgb(200,55,72); }

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

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

 span { border-color: rgb(200,55,72); }

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