Html Css Color HEX #C42545 Brick Red

📋 copy color: '#C42545'

red 196 ◦ green 37 ◦ blue 69

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

Shades of Brick Red #C42545

Tints of Brick Red #C42545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 64.9%
G = 12.25%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C42545 (or 0xC42545) is known color: Brick Red. HEX triplet: C4, 25 and 45. RGB value is (196,37,69). Sum of RGB (Red+Green+Blue) = 196+37+69=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C42545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42545 is #3BDABA. Grayscale: #585858. Windows color (decimal): -3922619 or 4531652. OLE color: 4531652.

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

Color convert

RGB 196 37 69 -
CMYK 0 0.81 0.65 0.23
HSL 347.92º 0.68% 0.46% -
HSV(B) 347.92º 0.81% 0.77% -
XYZ 24.5 13.49 6.94 -
YUV 88.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 196 37 69 0 0.81 0.65 0.23 347.92 0.68 0.46
Hex C4 25 45 0 51 41 17 15C 44 2E
Octal 304 45 105 0 121 101 27 534 104 56
Binary 11000100 100101 1000101 0 1010001 1000001 10111 101011100 1000100 101110

Color Harmonies of #C42545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42545

Black with #C42545

Text Example


Text Example

White with #C42545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42545; }

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

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

background-color css

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

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

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

border-color css

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

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

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