Html Css Color HEX #C43144 Brick Red

📋 copy color: '#C43144'

red 196 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #C43144

Tints of Brick Red #C43144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 62.62%
G = 15.65%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C43144 (or 0xC43144) is known color: Brick Red. HEX triplet: C4, 31 and 44. RGB value is (196,49,68). Sum of RGB (Red+Green+Blue) = 196+49+68=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C43144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43144 is #3BCEBB. Grayscale: #5F5F5F. Windows color (decimal): -3919548 or 4469188. OLE color: 4469188.

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

Color convert

RGB 196 49 68 -
CMYK 0 0.75 0.65 0.23
HSL 352.24º 0.6% 0.48% -
HSV(B) 352.24º 0.75% 0.77% -
XYZ 24.91 14.35 6.93 -
YUV 95.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 196 49 68 0 0.75 0.65 0.23 352.24 0.6 0.48
Hex C4 31 44 0 4B 41 17 160 3C 30
Octal 304 61 104 0 113 101 27 540 74 60
Binary 11000100 110001 1000100 0 1001011 1000001 10111 101100000 111100 110000

Color Harmonies of #C43144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43144

Black with #C43144

Text Example


Text Example

White with #C43144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43144; }

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

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

background-color css

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

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

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

border-color css

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

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

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