Html Css Color HEX #C72846 Brick Red

📋 copy color: '#C72846'

red 199 ◦ green 40 ◦ blue 70

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

Shades of Brick Red #C72846

Tints of Brick Red #C72846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

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

R = 64.4%
G = 12.94%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C72846 (or 0xC72846) is known color: Brick Red. HEX triplet: C7, 28 and 46. RGB value is (199,40,70). Sum of RGB (Red+Green+Blue) = 199+40+70=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C72846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72846 is #38D7B9. Grayscale: #5B5B5B. Windows color (decimal): -3725242 or 4597959. OLE color: 4597959.

HSL color Cylindrical-coordinate representation of color #C72846: hue angle of 348.68º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72846 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 70 -
CMYK 0 0.80 0.65 0.22
HSL 348.68º 0.67% 0.47% -
HSV(B) 348.68º 0.8% 0.78% -
XYZ 25.42 14.1 7.18 -
YUV 90.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 199 40 70 0 0.80 0.65 0.22 348.68 0.67 0.47
Hex C7 28 46 0 50 41 16 15D 43 2F
Octal 307 50 106 0 120 101 26 535 103 57
Binary 11000111 101000 1000110 0 1010000 1000001 10110 101011101 1000011 101111

Color Harmonies of #C72846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72846

Black with #C72846

Text Example


Text Example

White with #C72846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72846; }

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

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

background-color css

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

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

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

border-color css

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

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

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