#C82A3F

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

Shades of Brick Red #C82A3F

Tints of Brick Red #C82A3F

Color information

#C82A3F (or 0xC82A3F) is unknown color: approx Brick Red. HEX triplet: C8, 2A and 3F. RGB value is (200,42,63). Sum of RGB (Red+Green+Blue) = 200+42+63=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82A3F is #37D5C0. Grayscale: #5B5B5B. Windows color (decimal): -3659201 or 4139720. OLE color: 4139720.

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

Color convert

RGB2004263-
CMYK00.790.680.22
HSL352.03º65.29%47.45%-
HSV(B)352.03º79%78.43%-
XYZ25.5414.296.12-
YUV91.64111.85205.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 65.57%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 63 (25% from 255) = 20.66%
R=65.57%
G=13.77%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200426300.790.680.22352.0365.2947.45
HexC82A3F04F4416160412f
Octal310527701171042654010157
Binary11001000101010111111010011111000100101101011000001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82A3F; }

 p { color: rgb(200,42,63); }

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

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

 a { background-color: rgb(200,42,63); }

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

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

 span { border-color: rgb(200,42,63); }

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