Html Css Color HEX #C52E3C Brick Red

📋 copy color: '#C52E3C'

red 197 ◦ green 46 ◦ blue 60

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

Shades of Brick Red #C52E3C

Tints of Brick Red #C52E3C

RGB

 RED value IS 197 (77.34% from 255) = 65.02%

 GREEN value IS 46 (18.36% from 255) = 15.18%

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

R = 65.02%
G = 15.18%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C52E3C (or 0xC52E3C) is known color: Brick Red. HEX triplet: C5, 2E and 3C. RGB value is (197,46,60). Sum of RGB (Red+Green+Blue) = 197+46+60=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52E3C is #3AD1C3. Grayscale: #5C5C5C. Windows color (decimal): -3854788 or 3944133. OLE color: 3944133.

HSL color Cylindrical-coordinate representation of color #C52E3C: hue angle of 354.44º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52E3C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 46 60 -
CMYK 0 0.77 0.70 0.23
HSL 354.44º 0.62% 0.48% -
HSV(B) 354.44º 0.77% 0.77% -
XYZ 24.82 14.15 5.7 -
YUV 92.75 109.53 202.36 -
System Red Green Blue C M Y K H S L
Decimal 197 46 60 0 0.77 0.70 0.23 354.44 0.62 0.48
Hex C5 2E 3C 0 4D 46 17 162 3E 30
Octal 305 56 74 0 115 106 27 542 76 60
Binary 11000101 101110 111100 0 1001101 1000110 10111 101100010 111110 110000

Color Harmonies of #C52E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52E3C

Black with #C52E3C

Text Example


Text Example

White with #C52E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52E3C; }

 p { color: rgb(197,46,60); }

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

background-color css

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

 a { background-color: rgb(197,46,60); }

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

border-color css

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

 span { border-color: rgb(197,46,60); }

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