#C82841

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

Shades of Brick Red #C82841

Tints of Brick Red #C82841

Color information

#C82841 (or 0xC82841) is unknown color: approx Brick Red. HEX triplet: C8, 28 and 41. RGB value is (200,40,65). Sum of RGB (Red+Green+Blue) = 200+40+65=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C82841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82841 is #37D7BE. Grayscale: #5A5A5A. Windows color (decimal): -3659711 or 4270280. OLE color: 4270280.

HSL color Cylindrical-coordinate representation of color #C82841: hue angle of 350.62º 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 #C82841 is Cyan = 0, Magento = 0.8, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2004065-
CMYK00.80.680.22
HSL350.62º66.67%47.06%-
HSV(B)350.62º80%78.43%-
XYZ25.5314.186.39-
YUV90.69113.51205.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 65.57%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=65.57%
G=13.11%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200406500.80.680.22350.6266.6747.06
HexC82841050441615f432f
Octal3105010101201042653710357
Binary110010001010001000001010100001000100101101010111111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82841; }

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

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

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

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

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

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

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

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