Html Css Color HEX #C43147 Brick Red

📋 copy color: '#C43147'

red 196 ◦ green 49 ◦ blue 71

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

Shades of Brick Red #C43147

Tints of Brick Red #C43147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 62.03%
G = 15.51%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C43147 (or 0xC43147) is known color: Brick Red. HEX triplet: C4, 31 and 47. RGB value is (196,49,71). Sum of RGB (Red+Green+Blue) = 196+49+71=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C43147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43147 is #3BCEB8. Grayscale: #5F5F5F. Windows color (decimal): -3919545 or 4665796. OLE color: 4665796.

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

Color convert

RGB 196 49 71 -
CMYK 0 0.75 0.64 0.23
HSL 351.02º 0.6% 0.48% -
HSV(B) 351.02º 0.75% 0.77% -
XYZ 25 14.39 7.42 -
YUV 95.46 114.2 199.71 -
System Red Green Blue C M Y K H S L
Decimal 196 49 71 0 0.75 0.64 0.23 351.02 0.6 0.48
Hex C4 31 47 0 4B 40 17 15F 3C 30
Octal 304 61 107 0 113 100 27 537 74 60
Binary 11000100 110001 1000111 0 1001011 1000000 10111 101011111 111100 110000

Color Harmonies of #C43147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43147

Black with #C43147

Text Example


Text Example

White with #C43147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43147; }

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

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

background-color css

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

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

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

border-color css

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

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

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