Html Css Color HEX #C73246 Brick Red

📋 copy color: '#C73246'

red 199 ◦ green 50 ◦ blue 70

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

Shades of Brick Red #C73246

Tints of Brick Red #C73246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 62.38%
G = 15.67%
B = 21.94%

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

#C73246 (or 0xC73246) is known color: Brick Red. HEX triplet: C7, 32 and 46. RGB value is (199,50,70). Sum of RGB (Red+Green+Blue) = 199+50+70=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C73246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73246 is #38CDB9. Grayscale: #606060. Windows color (decimal): -3722682 or 4600519. OLE color: 4600519.

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

Color convert

RGB 199 50 70 -
CMYK 0 0.75 0.65 0.22
HSL 351.95º 0.6% 0.49% -
HSV(B) 351.95º 0.75% 0.78% -
XYZ 25.8 14.87 7.3 -
YUV 96.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 199 50 70 0 0.75 0.65 0.22 351.95 0.6 0.49
Hex C7 32 46 0 4B 41 16 160 3C 31
Octal 307 62 106 0 113 101 26 540 74 61
Binary 11000111 110010 1000110 0 1001011 1000001 10110 101100000 111100 110001

Color Harmonies of #C73246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73246

Black with #C73246

Text Example


Text Example

White with #C73246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73246; }

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

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

background-color css

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

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

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

border-color css

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

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

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