#C8384A

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

Shades of Brick Red #C8384A

Tints of Brick Red #C8384A

Color information

#C8384A (or 0xC8384A) is unknown color: approx Brick Red. HEX triplet: C8, 38 and 4A. RGB value is (200,56,74). Sum of RGB (Red+Green+Blue) = 200+56+74=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8384A is #37C7B5. Grayscale: #656565. Windows color (decimal): -3655606 or 4864200. OLE color: 4864200.

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

Color convert

RGB2005674-
CMYK00.720.630.22
HSL352.5º56.69%50.2%-
HSV(B)352.5º72%78.43%-
XYZ26.4715.68.09-
YUV101.11112.71198.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.61%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=60.61%
G=16.97%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200567400.720.630.22352.556.6950.2
HexC8384A0483F161603932
Octal31070112011077265407162
Binary1100100011100010010100100100011111110110101100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8384A; }

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

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

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

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

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

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

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

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