#c72a38

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

Shades of Brick Red #C72A38

Tints of Brick Red #C72A38

Color information

#C72A38 (or 0xC72A38) is unknown color: approx Brick Red. HEX triplet: C7, 2A and 38. RGB value is (199,42,56). Sum of RGB (Red+Green+Blue) = 199+42+56=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72A38 is #38D5C7. Grayscale: #5A5A5A. Windows color (decimal): -3724744 or 3680967. OLE color: 3680967.

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

Color convert

RGB1994256-
CMYK00.790.720.22
HSL354.65º65.15%47.25%-
HSV(B)354.65º78.89%78.04%-
XYZ25.0914.085.14-
YUV90.54108.51205.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.00%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=67.00%
G=14.14%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199425600.790.720.22354.6565.1547.25
HexC72A3804F4816163412f
Octal307527001171102654310157
Binary11000111101010111000010011111001000101101011000111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c72a38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c72a38; }

 p { color: rgb(199,42,56); }

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

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

 a { background-color: rgb(199,42,56); }

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

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

 span { border-color: rgb(199,42,56); }

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