Html Css Color HEX #C42540 Brick Red

📋 copy color: '#C42540'

red 196 ◦ green 37 ◦ blue 64

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

Shades of Brick Red #C42540

Tints of Brick Red #C42540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

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

R = 65.99%
G = 12.46%
B = 21.55%

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

#C42540 (or 0xC42540) is known color: Brick Red. HEX triplet: C4, 25 and 40. RGB value is (196,37,64). Sum of RGB (Red+Green+Blue) = 196+37+64=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C42540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42540 is #3BDABF. Grayscale: #575757. Windows color (decimal): -3922624 or 4203972. OLE color: 4203972.

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

Color convert

RGB 196 37 64 -
CMYK 0 0.81 0.67 0.23
HSL 349.81º 0.68% 0.46% -
HSV(B) 349.81º 0.81% 0.77% -
XYZ 24.35 13.43 6.16 -
YUV 87.62 114.68 205.3 -
System Red Green Blue C M Y K H S L
Decimal 196 37 64 0 0.81 0.67 0.23 349.81 0.68 0.46
Hex C4 25 40 0 51 43 17 15E 44 2E
Octal 304 45 100 0 121 103 27 536 104 56
Binary 11000100 100101 1000000 0 1010001 1000011 10111 101011110 1000100 101110

Color Harmonies of #C42540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42540

Black with #C42540

Text Example


Text Example

White with #C42540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42540; }

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

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

background-color css

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

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

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

border-color css

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

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

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