Html Css Color HEX #C73648 Brick Red

📋 copy color: '#C73648'

red 199 ◦ green 54 ◦ blue 72

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

Shades of Brick Red #C73648

Tints of Brick Red #C73648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 61.23%
G = 16.62%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C73648 (or 0xC73648) is known color: Brick Red. HEX triplet: C7, 36 and 48. RGB value is (199,54,72). Sum of RGB (Red+Green+Blue) = 199+54+72=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C73648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73648 is #38C9B7. Grayscale: #636363. Windows color (decimal): -3721656 or 4732615. OLE color: 4732615.

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

Color convert

RGB 199 54 72 -
CMYK 0 0.73 0.64 0.22
HSL 352.55º 0.57% 0.5% -
HSV(B) 352.55º 0.73% 0.78% -
XYZ 26.04 15.25 7.7 -
YUV 99.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 199 54 72 0 0.73 0.64 0.22 352.55 0.57 0.5
Hex C7 36 48 0 49 40 16 161 39 32
Octal 307 66 110 0 111 100 26 541 71 62
Binary 11000111 110110 1001000 0 1001001 1000000 10110 101100001 111001 110010

Color Harmonies of #C73648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73648

Black with #C73648

Text Example


Text Example

White with #C73648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73648; }

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

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

background-color css

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

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

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

border-color css

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

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

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