Html Css Color HEX #C73B49 Brick Red

📋 copy color: '#C73B49'

red 199 ◦ green 59 ◦ blue 73

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

Shades of Brick Red #C73B49

Tints of Brick Red #C73B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 60.12%
G = 17.82%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C73B49 (or 0xC73B49) is known color: Brick Red. HEX triplet: C7, 3B and 49. RGB value is (199,59,73). Sum of RGB (Red+Green+Blue) = 199+59+73=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B49 is #38C4B6. Grayscale: #666666. Windows color (decimal): -3720375 or 4799431. OLE color: 4799431.

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

Color convert

RGB 199 59 73 -
CMYK 0 0.70 0.63 0.22
HSL 354º 0.56% 0.51% -
HSV(B) 354º 0.7% 0.78% -
XYZ 26.32 15.75 7.96 -
YUV 102.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 199 59 73 0 0.70 0.63 0.22 354 0.56 0.51
Hex C7 3B 49 0 46 3F 16 162 38 33
Octal 307 73 111 0 106 77 26 542 70 63
Binary 11000111 111011 1001001 0 1000110 111111 10110 101100010 111000 110011

Color Harmonies of #C73B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B49

Black with #C73B49

Text Example


Text Example

White with #C73B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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