Html Css Color HEX #C43040 Brick Red

📋 copy color: '#C43040'

red 196 ◦ green 48 ◦ blue 64

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

Shades of Brick Red #C43040

Tints of Brick Red #C43040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 63.64%
G = 15.58%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C43040 (or 0xC43040) is known color: Brick Red. HEX triplet: C4, 30 and 40. RGB value is (196,48,64). Sum of RGB (Red+Green+Blue) = 196+48+64=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C43040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43040 is #3BCFBF. Grayscale: #5E5E5E. Windows color (decimal): -3919808 or 4206788. OLE color: 4206788.

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

Color convert

RGB 196 48 64 -
CMYK 0 0.76 0.67 0.23
HSL 353.51º 0.61% 0.48% -
HSV(B) 353.51º 0.76% 0.77% -
XYZ 24.75 14.22 6.29 -
YUV 94.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 196 48 64 0 0.76 0.67 0.23 353.51 0.61 0.48
Hex C4 30 40 0 4C 43 17 162 3D 30
Octal 304 60 100 0 114 103 27 542 75 60
Binary 11000100 110000 1000000 0 1001100 1000011 10111 101100010 111101 110000

Color Harmonies of #C43040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43040

Black with #C43040

Text Example


Text Example

White with #C43040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43040; }

 p { color: rgb(196,48,64); }

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

background-color css

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

 a { background-color: rgb(196,48,64); }

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

border-color css

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

 span { border-color: rgb(196,48,64); }

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