Html Css Color HEX #C52946 Brick Red

📋 copy color: '#C52946'

red 197 ◦ green 41 ◦ blue 70

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

Shades of Brick Red #C52946

Tints of Brick Red #C52946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 63.96%
G = 13.31%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C52946 (or 0xC52946) is known color: Brick Red. HEX triplet: C5, 29 and 46. RGB value is (197,41,70). Sum of RGB (Red+Green+Blue) = 197+41+70=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C52946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52946 is #3AD6B9. Grayscale: #5A5A5A. Windows color (decimal): -3856058 or 4598213. OLE color: 4598213.

HSL color Cylindrical-coordinate representation of color #C52946: hue angle of 348.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52946 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 70 -
CMYK 0 0.79 0.64 0.23
HSL 348.85º 0.66% 0.47% -
HSV(B) 348.85º 0.79% 0.77% -
XYZ 24.92 13.9 7.16 -
YUV 90.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 197 41 70 0 0.79 0.64 0.23 348.85 0.66 0.47
Hex C5 29 46 0 4F 40 17 15D 42 2F
Octal 305 51 106 0 117 100 27 535 102 57
Binary 11000101 101001 1000110 0 1001111 1000000 10111 101011101 1000010 101111

Color Harmonies of #C52946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52946

Black with #C52946

Text Example


Text Example

White with #C52946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52946; }

 p { color: rgb(197,41,70); }

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

background-color css

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

 a { background-color: rgb(197,41,70); }

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

border-color css

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

 span { border-color: rgb(197,41,70); }

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