Html Css Color HEX #C42746 Brick Red

📋 copy color: '#C42746'

red 196 ◦ green 39 ◦ blue 70

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

Shades of Brick Red #C42746

Tints of Brick Red #C42746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 64.26%
G = 12.79%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C42746 (or 0xC42746) is known color: Brick Red. HEX triplet: C4, 27 and 46. RGB value is (196,39,70). Sum of RGB (Red+Green+Blue) = 196+39+70=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C42746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42746 is #3BD8B9. Grayscale: #595959. Windows color (decimal): -3922106 or 4597700. OLE color: 4597700.

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

Color convert

RGB 196 39 70 -
CMYK 0 0.80 0.64 0.23
HSL 348.15º 0.67% 0.46% -
HSV(B) 348.15º 0.8% 0.77% -
XYZ 24.6 13.63 7.13 -
YUV 89.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 196 39 70 0 0.80 0.64 0.23 348.15 0.67 0.46
Hex C4 27 46 0 50 40 17 15C 43 2E
Octal 304 47 106 0 120 100 27 534 103 56
Binary 11000100 100111 1000110 0 1010000 1000000 10111 101011100 1000011 101110

Color Harmonies of #C42746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42746

Black with #C42746

Text Example


Text Example

White with #C42746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42746; }

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

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

background-color css

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

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

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

border-color css

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

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

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