Html Css Color HEX #C43644 Brick Red

📋 copy color: '#C43644'

red 196 ◦ green 54 ◦ blue 68

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

Shades of Brick Red #C43644

Tints of Brick Red #C43644

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 61.64%
G = 16.98%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C43644 (or 0xC43644) is known color: Brick Red. HEX triplet: C4, 36 and 44. RGB value is (196,54,68). Sum of RGB (Red+Green+Blue) = 196+54+68=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C43644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43644 is #3BC9BB. Grayscale: #626262. Windows color (decimal): -3918268 or 4470468. OLE color: 4470468.

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

Color convert

RGB 196 54 68 -
CMYK 0 0.72 0.65 0.23
HSL 354.08º 0.57% 0.49% -
HSV(B) 354.08º 0.72% 0.77% -
XYZ 25.13 14.79 7 -
YUV 98.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 196 54 68 0 0.72 0.65 0.23 354.08 0.57 0.49
Hex C4 36 44 0 48 41 17 162 39 31
Octal 304 66 104 0 110 101 27 542 71 61
Binary 11000100 110110 1000100 0 1001000 1000001 10111 101100010 111001 110001

Color Harmonies of #C43644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43644

Black with #C43644

Text Example


Text Example

White with #C43644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43644; }

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

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

background-color css

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

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

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

border-color css

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

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

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