Html Css Color HEX #C43640 Brick Red

📋 copy color: '#C43640'

red 196 ◦ green 54 ◦ blue 64

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

Shades of Brick Red #C43640

Tints of Brick Red #C43640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 62.42%
G = 17.2%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C43640 (or 0xC43640) is known color: Brick Red. HEX triplet: C4, 36 and 40. RGB value is (196,54,64). Sum of RGB (Red+Green+Blue) = 196+54+64=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C43640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43640 is #3BC9BF. Grayscale: #616161. Windows color (decimal): -3918272 or 4208324. OLE color: 4208324.

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

Color convert

RGB 196 54 64 -
CMYK 0 0.72 0.67 0.23
HSL 355.77º 0.57% 0.49% -
HSV(B) 355.77º 0.72% 0.77% -
XYZ 25.01 14.74 6.38 -
YUV 97.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 196 54 64 0 0.72 0.67 0.23 355.77 0.57 0.49
Hex C4 36 40 0 48 43 17 164 39 31
Octal 304 66 100 0 110 103 27 544 71 61
Binary 11000100 110110 1000000 0 1001000 1000011 10111 101100100 111001 110001

Color Harmonies of #C43640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43640

Black with #C43640

Text Example


Text Example

White with #C43640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43640; }

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

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

background-color css

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

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

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

border-color css

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

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

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