Html Css Color HEX #C72346 Brick Red

📋 copy color: '#C72346'

red 199 ◦ green 35 ◦ blue 70

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

Shades of Brick Red #C72346

Tints of Brick Red #C72346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

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

R = 65.46%
G = 11.51%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C72346 (or 0xC72346) is known color: Brick Red. HEX triplet: C7, 23 and 46. RGB value is (199,35,70). Sum of RGB (Red+Green+Blue) = 199+35+70=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C72346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72346 is #38DCB9. Grayscale: #585858. Windows color (decimal): -3726522 or 4596679. OLE color: 4596679.

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

Color convert

RGB 199 35 70 -
CMYK 0 0.82 0.65 0.22
HSL 347.2º 0.7% 0.46% -
HSV(B) 347.2º 0.82% 0.78% -
XYZ 25.26 13.79 7.12 -
YUV 88.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 199 35 70 0 0.82 0.65 0.22 347.2 0.7 0.46
Hex C7 23 46 0 52 41 16 15B 46 2E
Octal 307 43 106 0 122 101 26 533 106 56
Binary 11000111 100011 1000110 0 1010010 1000001 10110 101011011 1000110 101110

Color Harmonies of #C72346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72346

Black with #C72346

Text Example


Text Example

White with #C72346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72346; }

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

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

background-color css

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

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

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

border-color css

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

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

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