Html Css Color HEX #C73B48 Brick Red

📋 copy color: '#C73B48'

red 199 ◦ green 59 ◦ blue 72

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

Shades of Brick Red #C73B48

Tints of Brick Red #C73B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

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

R = 60.3%
G = 17.88%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C73B48 (or 0xC73B48) is known color: Brick Red. HEX triplet: C7, 3B and 48. RGB value is (199,59,72). Sum of RGB (Red+Green+Blue) = 199+59+72=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B48 is #38C4B7. Grayscale: #666666. Windows color (decimal): -3720376 or 4733895. OLE color: 4733895.

HSL color Cylindrical-coordinate representation of color #C73B48: hue angle of 354.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B48 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 72 -
CMYK 0 0.70 0.64 0.22
HSL 354.43º 0.56% 0.51% -
HSV(B) 354.43º 0.7% 0.78% -
XYZ 26.29 15.74 7.78 -
YUV 102.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 199 59 72 0 0.70 0.64 0.22 354.43 0.56 0.51
Hex C7 3B 48 0 46 40 16 162 38 33
Octal 307 73 110 0 106 100 26 542 70 63
Binary 11000111 111011 1001000 0 1000110 1000000 10110 101100010 111000 110011

Color Harmonies of #C73B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B48

Black with #C73B48

Text Example


Text Example

White with #C73B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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