Html Css Color HEX #C73146 Brick Red

📋 copy color: '#C73146'

red 199 ◦ green 49 ◦ blue 70

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

Shades of Brick Red #C73146

Tints of Brick Red #C73146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 62.58%
G = 15.41%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C73146 (or 0xC73146) is known color: Brick Red. HEX triplet: C7, 31 and 46. RGB value is (199,49,70). Sum of RGB (Red+Green+Blue) = 199+49+70=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C73146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73146 is #38CEB9. Grayscale: #606060. Windows color (decimal): -3722938 or 4600263. OLE color: 4600263.

HSL color Cylindrical-coordinate representation of color #C73146: hue angle of 351.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73146 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 70 -
CMYK 0 0.75 0.65 0.22
HSL 351.6º 0.6% 0.49% -
HSV(B) 351.6º 0.75% 0.78% -
XYZ 25.76 14.78 7.29 -
YUV 96.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 199 49 70 0 0.75 0.65 0.22 351.6 0.6 0.49
Hex C7 31 46 0 4B 41 16 160 3C 31
Octal 307 61 106 0 113 101 26 540 74 61
Binary 11000111 110001 1000110 0 1001011 1000001 10110 101100000 111100 110001

Color Harmonies of #C73146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73146

Black with #C73146

Text Example


Text Example

White with #C73146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73146; }

 p { color: rgb(199,49,70); }

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

background-color css

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

 a { background-color: rgb(199,49,70); }

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

border-color css

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

 span { border-color: rgb(199,49,70); }

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