Html Css Color HEX #C42644 Brick Red

📋 copy color: '#C42644'

red 196 ◦ green 38 ◦ blue 68

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

Shades of Brick Red #C42644

Tints of Brick Red #C42644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.52%

R = 64.9%
G = 12.58%
B = 22.52%

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

#C42644 (or 0xC42644) is known color: Brick Red. HEX triplet: C4, 26 and 44. RGB value is (196,38,68). Sum of RGB (Red+Green+Blue) = 196+38+68=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C42644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42644 is #3BD9BB. Grayscale: #585858. Windows color (decimal): -3922364 or 4466372. OLE color: 4466372.

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

Color convert

RGB 196 38 68 -
CMYK 0 0.81 0.65 0.23
HSL 348.61º 0.68% 0.46% -
HSV(B) 348.61º 0.81% 0.77% -
XYZ 24.5 13.54 6.79 -
YUV 88.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 196 38 68 0 0.81 0.65 0.23 348.61 0.68 0.46
Hex C4 26 44 0 51 41 17 15D 44 2E
Octal 304 46 104 0 121 101 27 535 104 56
Binary 11000100 100110 1000100 0 1010001 1000001 10111 101011101 1000100 101110

Color Harmonies of #C42644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42644

Black with #C42644

Text Example


Text Example

White with #C42644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42644; }

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

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

background-color css

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

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

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

border-color css

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

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

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