Html Css Color HEX #C42640 Brick Red

📋 copy color: '#C42640'

red 196 ◦ green 38 ◦ blue 64

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

Shades of Brick Red #C42640

Tints of Brick Red #C42640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 65.77%
G = 12.75%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C42640 (or 0xC42640) is known color: Brick Red. HEX triplet: C4, 26 and 40. RGB value is (196,38,64). Sum of RGB (Red+Green+Blue) = 196+38+64=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C42640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42640 is #3BD9BF. Grayscale: #585858. Windows color (decimal): -3922368 or 4204228. OLE color: 4204228.

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

Color convert

RGB 196 38 64 -
CMYK 0 0.81 0.67 0.23
HSL 350.13º 0.68% 0.46% -
HSV(B) 350.13º 0.81% 0.77% -
XYZ 24.38 13.49 6.17 -
YUV 88.21 114.35 204.89 -
System Red Green Blue C M Y K H S L
Decimal 196 38 64 0 0.81 0.67 0.23 350.13 0.68 0.46
Hex C4 26 40 0 51 43 17 15E 44 2E
Octal 304 46 100 0 121 103 27 536 104 56
Binary 11000100 100110 1000000 0 1010001 1000011 10111 101011110 1000100 101110

Color Harmonies of #C42640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42640

Black with #C42640

Text Example


Text Example

White with #C42640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42640; }

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

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

background-color css

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

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

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

border-color css

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

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

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