Html Css Color HEX #C43347 Brick Red

📋 copy color: '#C43347'

red 196 ◦ green 51 ◦ blue 71

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

Shades of Brick Red #C43347

Tints of Brick Red #C43347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.33%

R = 61.64%
G = 16.04%
B = 22.33%

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

#C43347 (or 0xC43347) is known color: Brick Red. HEX triplet: C4, 33 and 47. RGB value is (196,51,71). Sum of RGB (Red+Green+Blue) = 196+51+71=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C43347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43347 is #3BCCB8. Grayscale: #606060. Windows color (decimal): -3919033 or 4666308. OLE color: 4666308.

HSL color Cylindrical-coordinate representation of color #C43347: hue angle of 351.72º 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 #C43347 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 51 71 -
CMYK 0 0.74 0.64 0.23
HSL 351.72º 0.59% 0.48% -
HSV(B) 351.72º 0.74% 0.77% -
XYZ 25.09 14.56 7.45 -
YUV 96.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 196 51 71 0 0.74 0.64 0.23 351.72 0.59 0.48
Hex C4 33 47 0 4A 40 17 160 3B 30
Octal 304 63 107 0 112 100 27 540 73 60
Binary 11000100 110011 1000111 0 1001010 1000000 10111 101100000 111011 110000

Color Harmonies of #C43347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43347

Black with #C43347

Text Example


Text Example

White with #C43347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43347; }

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

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

background-color css

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

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

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

border-color css

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

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

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