Html Css Color HEX #C0343C Brick Red

📋 copy color: '#C0343C'

red 192 ◦ green 52 ◦ blue 60

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

Shades of Brick Red #C0343C

Tints of Brick Red #C0343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 63.16%
G = 17.11%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0343C (or 0xC0343C) is known color: Brick Red. HEX triplet: C0, 34 and 3C. RGB value is (192,52,60). Sum of RGB (Red+Green+Blue) = 192+52+60=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0343C is #3FCBC3. Grayscale: #5E5E5E. Windows color (decimal): -4180932 or 3945664. OLE color: 3945664.

HSL color Cylindrical-coordinate representation of color #C0343C: hue angle of 356.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0343C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 60 -
CMYK 0 0.73 0.69 0.25
HSL 356.57º 0.57% 0.48% -
HSV(B) 356.57º 0.73% 0.75% -
XYZ 23.78 13.99 5.72 -
YUV 94.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 192 52 60 0 0.73 0.69 0.25 356.57 0.57 0.48
Hex C0 34 3C 0 49 45 19 165 39 30
Octal 300 64 74 0 111 105 31 545 71 60
Binary 11000000 110100 111100 0 1001001 1000101 11001 101100101 111001 110000

Color Harmonies of #C0343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0343C

Black with #C0343C

Text Example


Text Example

White with #C0343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0343C; }

 p { color: rgb(192,52,60); }

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

background-color css

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

 a { background-color: rgb(192,52,60); }

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

border-color css

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

 span { border-color: rgb(192,52,60); }

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