Html Css Color HEX #C72648 Brick Red

📋 copy color: '#C72648'

red 199 ◦ green 38 ◦ blue 72

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

Shades of Brick Red #C72648

Tints of Brick Red #C72648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

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

R = 64.4%
G = 12.3%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C72648 (or 0xC72648) is known color: Brick Red. HEX triplet: C7, 26 and 48. RGB value is (199,38,72). Sum of RGB (Red+Green+Blue) = 199+38+72=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C72648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72648 is #38D9B7. Grayscale: #5A5A5A. Windows color (decimal): -3725752 or 4728519. OLE color: 4728519.

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

Color convert

RGB 199 38 72 -
CMYK 0 0.81 0.64 0.22
HSL 347.33º 0.68% 0.46% -
HSV(B) 347.33º 0.81% 0.78% -
XYZ 25.42 14 7.49 -
YUV 90.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 199 38 72 0 0.81 0.64 0.22 347.33 0.68 0.46
Hex C7 26 48 0 51 40 16 15B 44 2E
Octal 307 46 110 0 121 100 26 533 104 56
Binary 11000111 100110 1001000 0 1010001 1000000 10110 101011011 1000100 101110

Color Harmonies of #C72648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72648

Black with #C72648

Text Example


Text Example

White with #C72648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72648; }

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

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

background-color css

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

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

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

border-color css

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

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

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