Html Css Color HEX #C72748 Brick Red

📋 copy color: '#C72748'

red 199 ◦ green 39 ◦ blue 72

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

Shades of Brick Red #C72748

Tints of Brick Red #C72748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 64.19%
G = 12.58%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C72748 (or 0xC72748) is known color: Brick Red. HEX triplet: C7, 27 and 48. RGB value is (199,39,72). Sum of RGB (Red+Green+Blue) = 199+39+72=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C72748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72748 is #38D8B7. Grayscale: #5A5A5A. Windows color (decimal): -3725496 or 4728775. OLE color: 4728775.

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

Color convert

RGB 199 39 72 -
CMYK 0 0.80 0.64 0.22
HSL 347.63º 0.67% 0.47% -
HSV(B) 347.63º 0.8% 0.78% -
XYZ 25.45 14.06 7.5 -
YUV 90.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 199 39 72 0 0.80 0.64 0.22 347.63 0.67 0.47
Hex C7 27 48 0 50 40 16 15C 43 2F
Octal 307 47 110 0 120 100 26 534 103 57
Binary 11000111 100111 1001000 0 1010000 1000000 10110 101011100 1000011 101111

Color Harmonies of #C72748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72748

Black with #C72748

Text Example


Text Example

White with #C72748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72748; }

 p { color: rgb(199,39,72); }

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

background-color css

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

 a { background-color: rgb(199,39,72); }

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

border-color css

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

 span { border-color: rgb(199,39,72); }

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