Html Css Color HEX #C42D46 Brick Red

📋 copy color: '#C42D46'

red 196 ◦ green 45 ◦ blue 70

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

Shades of Brick Red #C42D46

Tints of Brick Red #C42D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 63.02%
G = 14.47%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C42D46 (or 0xC42D46) is known color: Brick Red. HEX triplet: C4, 2D and 46. RGB value is (196,45,70). Sum of RGB (Red+Green+Blue) = 196+45+70=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D46 is #3BD2B9. Grayscale: #5D5D5D. Windows color (decimal): -3920570 or 4599236. OLE color: 4599236.

HSL color Cylindrical-coordinate representation of color #C42D46: hue angle of 350.07º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42D46 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 70 -
CMYK 0 0.77 0.64 0.23
HSL 350.07º 0.63% 0.47% -
HSV(B) 350.07º 0.77% 0.77% -
XYZ 24.81 14.05 7.2 -
YUV 93 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 196 45 70 0 0.77 0.64 0.23 350.07 0.63 0.47
Hex C4 2D 46 0 4D 40 17 15E 3F 2F
Octal 304 55 106 0 115 100 27 536 77 57
Binary 11000100 101101 1000110 0 1001101 1000000 10111 101011110 111111 101111

Color Harmonies of #C42D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D46

Black with #C42D46

Text Example


Text Example

White with #C42D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D46; }

 p { color: rgb(196,45,70); }

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

background-color css

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

 a { background-color: rgb(196,45,70); }

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

border-color css

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

 span { border-color: rgb(196,45,70); }

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