#C73F4B

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

Shades of Brick Red #C73F4B

Tints of Brick Red #C73F4B

Color information

#C73F4B (or 0xC73F4B) is unknown color: approx Brick Red. HEX triplet: C7, 3F and 4B. RGB value is (199,63,75). Sum of RGB (Red+Green+Blue) = 199+63+75=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F4B is #38C0B4. Grayscale: #696969. Windows color (decimal): -3719349 or 4931527. OLE color: 4931527.

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

Color convert

RGB1996375-
CMYK00.680.620.22
HSL354.71º54.84%51.37%-
HSV(B)354.71º68.34%78.04%-
XYZ26.616.218.38-
YUV105.03111.06195.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=59.05%
G=18.69%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199637500.680.620.22354.7154.8451.37
HexC73F4B0443E161633733
Octal30777113010476265436763
Binary1100011111111110010110100010011111010110101100011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73F4B; }

 p { color: rgb(199,63,75); }

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

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

 a { background-color: rgb(199,63,75); }

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

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

 span { border-color: rgb(199,63,75); }

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