#C72D3A

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

Shades of Brick Red #C72D3A

Tints of Brick Red #C72D3A

Color information

#C72D3A (or 0xC72D3A) is unknown color: approx Brick Red. HEX triplet: C7, 2D and 3A. RGB value is (199,45,58). Sum of RGB (Red+Green+Blue) = 199+45+58=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D3A is #38D2C5. Grayscale: #5C5C5C. Windows color (decimal): -3723974 or 3812807. OLE color: 3812807.

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

Color convert

RGB1994558-
CMYK00.770.710.22
HSL354.94º63.11%47.84%-
HSV(B)354.94º77.39%78.04%-
XYZ25.2614.325.44-
YUV92.53108.52203.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.89%
GREEN value IS 45 (17.97% from 255) = 14.90%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=65.89%
G=14.90%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199455800.770.710.22354.9463.1147.84
HexC72D3A04D47161633f30
Octal30755720115107265437760
Binary1100011110110111101001001101100011110110101100011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72D3A; }

 p { color: rgb(199,45,58); }

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

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

 a { background-color: rgb(199,45,58); }

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

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

 span { border-color: rgb(199,45,58); }

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