Html Css Color HEX #C73048 Brick Red

📋 copy color: '#C73048'

red 199 ◦ green 48 ◦ blue 72

#C73048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #C73048

Tints of Brick Red #C73048

RGB

 RED value IS 199 (78.13% from 255) = 62.38%

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 62.38%
G = 15.05%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C73048 (or 0xC73048) is known color: Brick Red. HEX triplet: C7, 30 and 48. RGB value is (199,48,72). Sum of RGB (Red+Green+Blue) = 199+48+72=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C73048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73048 is #38CFB7. Grayscale: #5F5F5F. Windows color (decimal): -3723192 or 4731079. OLE color: 4731079.

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

Color convert

RGB 199 48 72 -
CMYK 0 0.76 0.64 0.22
HSL 350.46º 0.61% 0.48% -
HSV(B) 350.46º 0.76% 0.78% -
XYZ 25.78 14.72 7.61 -
YUV 95.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 199 48 72 0 0.76 0.64 0.22 350.46 0.61 0.48
Hex C7 30 48 0 4C 40 16 15E 3D 30
Octal 307 60 110 0 114 100 26 536 75 60
Binary 11000111 110000 1001000 0 1001100 1000000 10110 101011110 111101 110000

Color Harmonies of #C73048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73048

Black with #C73048

Text Example


Text Example

White with #C73048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73048; }

 p { color: rgb(199,48,72); }

 H1.HeaderClassName
 {
   color: #C73048;
 }
 .AnyTagClassName
 {
   color: #C73048;
 }
</style>

background-color css

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

 a { background-color: rgb(199,48,72); }

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

border-color css

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

 span { border-color: rgb(199,48,72); }

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