Html Css Color HEX #C74048 Brick Red

📋 copy color: '#C74048'

red 199 ◦ green 64 ◦ blue 72

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

Shades of Brick Red #C74048

Tints of Brick Red #C74048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 59.4%
G = 19.1%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C74048 (or 0xC74048) is known color: Brick Red. HEX triplet: C7, 40 and 48. RGB value is (199,64,72). Sum of RGB (Red+Green+Blue) = 199+64+72=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C74048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74048 is #38BFB7. Grayscale: #696969. Windows color (decimal): -3719096 or 4735175. OLE color: 4735175.

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

Color convert

RGB 199 64 72 -
CMYK 0 0.68 0.64 0.22
HSL 356.44º 0.55% 0.52% -
HSV(B) 356.44º 0.68% 0.78% -
XYZ 26.56 16.28 7.87 -
YUV 105.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 199 64 72 0 0.68 0.64 0.22 356.44 0.55 0.52
Hex C7 40 48 0 44 40 16 164 37 34
Octal 307 100 110 0 104 100 26 544 67 64
Binary 11000111 1000000 1001000 0 1000100 1000000 10110 101100100 110111 110100

Color Harmonies of #C74048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74048

Black with #C74048

Text Example


Text Example

White with #C74048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74048; }

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

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

background-color css

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

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

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

border-color css

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

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

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