#C03844

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

Shades of Brick Red #C03844

Tints of Brick Red #C03844

Color information

#C03844 (or 0xC03844) is unknown color: approx Brick Red. HEX triplet: C0, 38 and 44. RGB value is (192,56,68). Sum of RGB (Red+Green+Blue) = 192+56+68=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C03844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03844 is #3FC7BB. Grayscale: #626262. Windows color (decimal): -4179900 or 4470976. OLE color: 4470976.

HSL color Cylindrical-coordinate representation of color #C03844: hue angle of 354.71º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03844 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1925668-
CMYK00.710.650.25
HSL354.71º54.84%48.63%-
HSV(B)354.71º70.83%75.29%-
XYZ24.214.456.98-
YUV98.03111.06195.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.76%
GREEN value IS 56 (22.27% from 255) = 17.72%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=60.76%
G=17.72%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192566800.710.650.25354.7154.8448.63
HexC0384404741191633731
Octal300701040107101315436761
Binary11000000111000100010001000111100000111001101100011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03844; }

 p { color: rgb(192,56,68); }

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

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

 a { background-color: rgb(192,56,68); }

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

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

 span { border-color: rgb(192,56,68); }

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