Html Css Color HEX #C42546 Brick Red

📋 copy color: '#C42546'

red 196 ◦ green 37 ◦ blue 70

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

Shades of Brick Red #C42546

Tints of Brick Red #C42546

RGB

 RED value IS 196 (76.95% from 255) = 64.69%

 GREEN value IS 37 (14.84% from 255) = 12.21%

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

R = 64.69%
G = 12.21%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C42546 (or 0xC42546) is known color: Brick Red. HEX triplet: C4, 25 and 46. RGB value is (196,37,70). Sum of RGB (Red+Green+Blue) = 196+37+70=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C42546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42546 is #3BDAB9. Grayscale: #585858. Windows color (decimal): -3922618 or 4597188. OLE color: 4597188.

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

Color convert

RGB 196 37 70 -
CMYK 0 0.81 0.64 0.23
HSL 347.55º 0.68% 0.46% -
HSV(B) 347.55º 0.81% 0.77% -
XYZ 24.53 13.5 7.11 -
YUV 88.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 196 37 70 0 0.81 0.64 0.23 347.55 0.68 0.46
Hex C4 25 46 0 51 40 17 15C 44 2E
Octal 304 45 106 0 121 100 27 534 104 56
Binary 11000100 100101 1000110 0 1010001 1000000 10111 101011100 1000100 101110

Color Harmonies of #C42546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42546

Black with #C42546

Text Example


Text Example

White with #C42546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42546; }

 p { color: rgb(196,37,70); }

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

background-color css

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

 a { background-color: rgb(196,37,70); }

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

border-color css

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

 span { border-color: rgb(196,37,70); }

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