Html Css Color HEX #C43346 Brick Red

📋 copy color: '#C43346'

red 196 ◦ green 51 ◦ blue 70

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

Shades of Brick Red #C43346

Tints of Brick Red #C43346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

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

R = 61.83%
G = 16.09%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C43346 (or 0xC43346) is known color: Brick Red. HEX triplet: C4, 33 and 46. RGB value is (196,51,70). Sum of RGB (Red+Green+Blue) = 196+51+70=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C43346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43346 is #3BCCB9. Grayscale: #606060. Windows color (decimal): -3919034 or 4600772. OLE color: 4600772.

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

Color convert

RGB 196 51 70 -
CMYK 0 0.74 0.64 0.23
HSL 352.14º 0.59% 0.48% -
HSV(B) 352.14º 0.74% 0.77% -
XYZ 25.05 14.55 7.28 -
YUV 96.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 196 51 70 0 0.74 0.64 0.23 352.14 0.59 0.48
Hex C4 33 46 0 4A 40 17 160 3B 30
Octal 304 63 106 0 112 100 27 540 73 60
Binary 11000100 110011 1000110 0 1001010 1000000 10111 101100000 111011 110000

Color Harmonies of #C43346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43346

Black with #C43346

Text Example


Text Example

White with #C43346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43346; }

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

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

background-color css

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

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

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

border-color css

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

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

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