Html Css Color HEX #C72838 Brick Red

📋 copy color: '#C72838'

red 199 ◦ green 40 ◦ blue 56

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

Shades of Brick Red #C72838

Tints of Brick Red #C72838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 67.46%
G = 13.56%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C72838 (or 0xC72838) is known color: Brick Red. HEX triplet: C7, 28 and 38. RGB value is (199,40,56). Sum of RGB (Red+Green+Blue) = 199+40+56=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C72838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72838 is #38D7C7. Grayscale: #595959. Windows color (decimal): -3725256 or 3680455. OLE color: 3680455.

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

Color convert

RGB 199 40 56 -
CMYK 0 0.80 0.72 0.22
HSL 353.96º 0.67% 0.47% -
HSV(B) 353.96º 0.8% 0.78% -
XYZ 25.03 13.95 5.11 -
YUV 89.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 199 40 56 0 0.80 0.72 0.22 353.96 0.67 0.47
Hex C7 28 38 0 50 48 16 162 43 2F
Octal 307 50 70 0 120 110 26 542 103 57
Binary 11000111 101000 111000 0 1010000 1001000 10110 101100010 1000011 101111

Color Harmonies of #C72838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72838

Black with #C72838

Text Example


Text Example

White with #C72838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72838; }

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

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

background-color css

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

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

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

border-color css

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

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

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