#C82845

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

Shades of Brick Red #C82845

Tints of Brick Red #C82845

Color information

#C82845 (or 0xC82845) is unknown color: approx Brick Red. HEX triplet: C8, 28 and 45. RGB value is (200,40,69). Sum of RGB (Red+Green+Blue) = 200+40+69=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C82845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82845 is #37D7BA. Grayscale: #5B5B5B. Windows color (decimal): -3659707 or 4532424. OLE color: 4532424.

HSL color Cylindrical-coordinate representation of color #C82845: hue angle of 349.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82845 is Cyan = 0, Magento = 0.8, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB2004069-
CMYK00.80.660.22
HSL349.12º66.67%47.06%-
HSV(B)349.12º80%78.43%-
XYZ25.6514.237.02-
YUV91.15115.51205.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.72%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=64.72%
G=12.94%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200406900.80.660.22349.1266.6747.06
HexC82845050421615d432f
Octal3105010501201022653510357
Binary110010001010001000101010100001000010101101010111011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82845; }

 p { color: rgb(200,40,69); }

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

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

 a { background-color: rgb(200,40,69); }

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

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

 span { border-color: rgb(200,40,69); }

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