Html Css Color HEX #C43944 Brick Red

📋 copy color: '#C43944'

red 196 ◦ green 57 ◦ blue 68

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

Shades of Brick Red #C43944

Tints of Brick Red #C43944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

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

R = 61.06%
G = 17.76%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C43944 (or 0xC43944) is known color: Brick Red. HEX triplet: C4, 39 and 44. RGB value is (196,57,68). Sum of RGB (Red+Green+Blue) = 196+57+68=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C43944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43944 is #3BC6BB. Grayscale: #636363. Windows color (decimal): -3917500 or 4471236. OLE color: 4471236.

HSL color Cylindrical-coordinate representation of color #C43944: hue angle of 355.25º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43944 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 68 -
CMYK 0 0.71 0.65 0.23
HSL 355.25º 0.55% 0.5% -
HSV(B) 355.25º 0.71% 0.77% -
XYZ 25.27 15.08 7.05 -
YUV 99.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 196 57 68 0 0.71 0.65 0.23 355.25 0.55 0.5
Hex C4 39 44 0 47 41 17 163 37 32
Octal 304 71 104 0 107 101 27 543 67 62
Binary 11000100 111001 1000100 0 1000111 1000001 10111 101100011 110111 110010

Color Harmonies of #C43944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43944

Black with #C43944

Text Example


Text Example

White with #C43944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43944; }

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

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

background-color css

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

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

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

border-color css

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

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

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