Html Css Color HEX #C42840 Brick Red

📋 copy color: '#C42840'

red 196 ◦ green 40 ◦ blue 64

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

Shades of Brick Red #C42840

Tints of Brick Red #C42840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

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

R = 65.33%
G = 13.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C42840 (or 0xC42840) is known color: Brick Red. HEX triplet: C4, 28 and 40. RGB value is (196,40,64). Sum of RGB (Red+Green+Blue) = 196+40+64=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C42840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42840 is #3BD7BF. Grayscale: #595959. Windows color (decimal): -3921856 or 4204740. OLE color: 4204740.

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

Color convert

RGB 196 40 64 -
CMYK 0 0.80 0.67 0.23
HSL 350.77º 0.66% 0.46% -
HSV(B) 350.77º 0.8% 0.77% -
XYZ 24.45 13.62 6.19 -
YUV 89.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 196 40 64 0 0.80 0.67 0.23 350.77 0.66 0.46
Hex C4 28 40 0 50 43 17 15F 42 2E
Octal 304 50 100 0 120 103 27 537 102 56
Binary 11000100 101000 1000000 0 1010000 1000011 10111 101011111 1000010 101110

Color Harmonies of #C42840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42840

Black with #C42840

Text Example


Text Example

White with #C42840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42840; }

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

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

background-color css

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

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

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

border-color css

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

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

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