#C82938

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

Shades of Brick Red #C82938

Tints of Brick Red #C82938

Color information

#C82938 (or 0xC82938) is unknown color: approx Brick Red. HEX triplet: C8, 29 and 38. RGB value is (200,41,56). Sum of RGB (Red+Green+Blue) = 200+41+56=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C82938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82938 is #37D6C7. Grayscale: #5A5A5A. Windows color (decimal): -3659464 or 3680712. OLE color: 3680712.

HSL color Cylindrical-coordinate representation of color #C82938: hue angle of 354.34º degrees, saturation: 0.66, 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 #C82938 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB2004156-
CMYK00.800.720.22
HSL354.34º65.98%47.25%-
HSV(B)354.34º79.5%78.43%-
XYZ25.3314.155.14-
YUV90.25108.68206.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.34%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=67.34%
G=13.80%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200415600.800.720.22354.3465.9847.25
HexC829380504816162422f
Octal310517001201102654210257
Binary11001000101001111000010100001001000101101011000101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82938; }

 p { color: rgb(200,41,56); }

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

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

 a { background-color: rgb(200,41,56); }

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

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

 span { border-color: rgb(200,41,56); }

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