Html Css Color HEX #C43747 Brick Red

📋 copy color: '#C43747'

red 196 ◦ green 55 ◦ blue 71

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

Shades of Brick Red #C43747

Tints of Brick Red #C43747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

 BLUE value IS 71 (28.13% from 255) = 22.05%

R = 60.87%
G = 17.08%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C43747 (or 0xC43747) is known color: Brick Red. HEX triplet: C4, 37 and 47. RGB value is (196,55,71). Sum of RGB (Red+Green+Blue) = 196+55+71=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C43747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43747 is #3BC8B8. Grayscale: #636363. Windows color (decimal): -3918009 or 4667332. OLE color: 4667332.

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

Color convert

RGB 196 55 71 -
CMYK 0 0.72 0.64 0.23
HSL 353.19º 0.56% 0.49% -
HSV(B) 353.19º 0.72% 0.77% -
XYZ 25.27 14.92 7.51 -
YUV 98.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 196 55 71 0 0.72 0.64 0.23 353.19 0.56 0.49
Hex C4 37 47 0 48 40 17 161 38 31
Octal 304 67 107 0 110 100 27 541 70 61
Binary 11000100 110111 1000111 0 1001000 1000000 10111 101100001 111000 110001

Color Harmonies of #C43747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43747

Black with #C43747

Text Example


Text Example

White with #C43747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43747; }

 p { color: rgb(196,55,71); }

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

background-color css

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

 a { background-color: rgb(196,55,71); }

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

border-color css

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

 span { border-color: rgb(196,55,71); }

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