Html Css Color HEX #C73746 Brick Red

📋 copy color: '#C73746'

red 199 ◦ green 55 ◦ blue 70

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

Shades of Brick Red #C73746

Tints of Brick Red #C73746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

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

R = 61.42%
G = 16.98%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C73746 (or 0xC73746) is known color: Brick Red. HEX triplet: C7, 37 and 46. RGB value is (199,55,70). Sum of RGB (Red+Green+Blue) = 199+55+70=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C73746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73746 is #38C8B9. Grayscale: #636363. Windows color (decimal): -3721402 or 4601799. OLE color: 4601799.

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

Color convert

RGB 199 55 70 -
CMYK 0 0.72 0.65 0.22
HSL 353.75º 0.57% 0.5% -
HSV(B) 353.75º 0.72% 0.78% -
XYZ 26.02 15.32 7.38 -
YUV 99.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 199 55 70 0 0.72 0.65 0.22 353.75 0.57 0.5
Hex C7 37 46 0 48 41 16 162 39 32
Octal 307 67 106 0 110 101 26 542 71 62
Binary 11000111 110111 1000110 0 1001000 1000001 10110 101100010 111001 110010

Color Harmonies of #C73746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73746

Black with #C73746

Text Example


Text Example

White with #C73746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73746; }

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

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

background-color css

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

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

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

border-color css

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

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

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