Html Css Color HEX #C42346 Brick Red

📋 copy color: '#C42346'

red 196 ◦ green 35 ◦ blue 70

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

Shades of Brick Red #C42346

Tints of Brick Red #C42346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 65.12%
G = 11.63%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C42346 (or 0xC42346) is known color: Brick Red. HEX triplet: C4, 23 and 46. RGB value is (196,35,70). Sum of RGB (Red+Green+Blue) = 196+35+70=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C42346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42346 is #3BDCB9. Grayscale: #575757. Windows color (decimal): -3923130 or 4596676. OLE color: 4596676.

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

Color convert

RGB 196 35 70 -
CMYK 0 0.82 0.64 0.23
HSL 346.96º 0.7% 0.45% -
HSV(B) 346.96º 0.82% 0.77% -
XYZ 24.47 13.38 7.09 -
YUV 87.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 196 35 70 0 0.82 0.64 0.23 346.96 0.7 0.45
Hex C4 23 46 0 52 40 17 15B 46 2D
Octal 304 43 106 0 122 100 27 533 106 55
Binary 11000100 100011 1000110 0 1010010 1000000 10111 101011011 1000110 101101

Color Harmonies of #C42346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42346

Black with #C42346

Text Example


Text Example

White with #C42346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42346; }

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

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

background-color css

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

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

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

border-color css

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

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

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