Html Css Color HEX #C43946 Brick Red

📋 copy color: '#C43946'

red 196 ◦ green 57 ◦ blue 70

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

Shades of Brick Red #C43946

Tints of Brick Red #C43946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

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

R = 60.68%
G = 17.65%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C43946 (or 0xC43946) is known color: Brick Red. HEX triplet: C4, 39 and 46. RGB value is (196,57,70). Sum of RGB (Red+Green+Blue) = 196+57+70=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C43946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43946 is #3BC6B9. Grayscale: #646464. Windows color (decimal): -3917498 or 4602308. OLE color: 4602308.

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

Color convert

RGB 196 57 70 -
CMYK 0 0.71 0.64 0.23
HSL 354.39º 0.55% 0.5% -
HSV(B) 354.39º 0.71% 0.77% -
XYZ 25.33 15.1 7.37 -
YUV 100.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 196 57 70 0 0.71 0.64 0.23 354.39 0.55 0.5
Hex C4 39 46 0 47 40 17 162 37 32
Octal 304 71 106 0 107 100 27 542 67 62
Binary 11000100 111001 1000110 0 1000111 1000000 10111 101100010 110111 110010

Color Harmonies of #C43946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43946

Black with #C43946

Text Example


Text Example

White with #C43946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43946; }

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

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

background-color css

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

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

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

border-color css

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

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

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