Html Css Color HEX #C04048 Brick Red

📋 copy color: '#C04048'

red 192 ◦ green 64 ◦ blue 72

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

Shades of Brick Red #C04048

Tints of Brick Red #C04048

RGB

 RED value IS 192 (75.39% from 255) = 58.54%

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

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

R = 58.54%
G = 19.51%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C04048 (or 0xC04048) is known color: Brick Red. HEX triplet: C0, 40 and 48. RGB value is (192,64,72). Sum of RGB (Red+Green+Blue) = 192+64+72=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C04048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04048 is #3FBFB7. Grayscale: #676767. Windows color (decimal): -4177848 or 4735168. OLE color: 4735168.

HSL color Cylindrical-coordinate representation of color #C04048: hue angle of 356.25º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04048 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 64 72 -
CMYK 0 0.67 0.63 0.25
HSL 356.25º 0.5% 0.5% -
HSV(B) 356.25º 0.67% 0.75% -
XYZ 24.74 15.34 7.79 -
YUV 103.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 192 64 72 0 0.67 0.63 0.25 356.25 0.5 0.5
Hex C0 40 48 0 43 3F 19 164 32 32
Octal 300 100 110 0 103 77 31 544 62 62
Binary 11000000 1000000 1001000 0 1000011 111111 11001 101100100 110010 110010

Color Harmonies of #C04048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04048

Black with #C04048

Text Example


Text Example

White with #C04048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04048; }

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

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

background-color css

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

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

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

border-color css

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

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

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