Html Css Color HEX #C73148 Brick Red

📋 copy color: '#C73148'

red 199 ◦ green 49 ◦ blue 72

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

Shades of Brick Red #C73148

Tints of Brick Red #C73148

RGB

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

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

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

R = 62.19%
G = 15.31%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C73148 (or 0xC73148) is known color: Brick Red. HEX triplet: C7, 31 and 48. RGB value is (199,49,72). Sum of RGB (Red+Green+Blue) = 199+49+72=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C73148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73148 is #38CEB7. Grayscale: #606060. Windows color (decimal): -3722936 or 4731335. OLE color: 4731335.

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

Color convert

RGB 199 49 72 -
CMYK 0 0.75 0.64 0.22
HSL 350.8º 0.6% 0.49% -
HSV(B) 350.8º 0.75% 0.78% -
XYZ 25.82 14.81 7.63 -
YUV 96.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 199 49 72 0 0.75 0.64 0.22 350.8 0.6 0.49
Hex C7 31 48 0 4B 40 16 15F 3C 31
Octal 307 61 110 0 113 100 26 537 74 61
Binary 11000111 110001 1001000 0 1001011 1000000 10110 101011111 111100 110001

Color Harmonies of #C73148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73148

Black with #C73148

Text Example


Text Example

White with #C73148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73148; }

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

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

background-color css

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

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

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

border-color css

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

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

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