Html Css Color HEX #C73846 Brick Red

📋 copy color: '#C73846'

red 199 ◦ green 56 ◦ blue 70

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

Shades of Brick Red #C73846

Tints of Brick Red #C73846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

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

R = 61.23%
G = 17.23%
B = 21.54%

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

#C73846 (or 0xC73846) is known color: Brick Red. HEX triplet: C7, 38 and 46. RGB value is (199,56,70). Sum of RGB (Red+Green+Blue) = 199+56+70=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C73846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73846 is #38C7B9. Grayscale: #646464. Windows color (decimal): -3721146 or 4602055. OLE color: 4602055.

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

Color convert

RGB 199 56 70 -
CMYK 0 0.72 0.65 0.22
HSL 354.13º 0.56% 0.5% -
HSV(B) 354.13º 0.72% 0.78% -
XYZ 26.07 15.41 7.4 -
YUV 100.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 199 56 70 0 0.72 0.65 0.22 354.13 0.56 0.5
Hex C7 38 46 0 48 41 16 162 38 32
Octal 307 70 106 0 110 101 26 542 70 62
Binary 11000111 111000 1000110 0 1001000 1000001 10110 101100010 111000 110010

Color Harmonies of #C73846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73846

Black with #C73846

Text Example


Text Example

White with #C73846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73846; }

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

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

background-color css

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

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

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

border-color css

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

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

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